conditional plasma browser integration
This commit is contained in:
parent
4e74bc033b
commit
33069a8db6
1 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,9 @@
|
||||||
cfg = config.grimmShared;
|
cfg = config.grimmShared;
|
||||||
in {
|
in {
|
||||||
config = with cfg; lib.mkIf (enable && firefox.enable) {
|
config = with cfg; lib.mkIf (enable && firefox.enable) {
|
||||||
|
environment.systemPackages = []
|
||||||
|
++ lib.optionals config.services.desktopManager.plasma6.enable [ pkgs.plasma-browser-integration ];
|
||||||
|
|
||||||
programs.firefox = {
|
programs.firefox = {
|
||||||
enable = true;
|
enable = true;
|
||||||
nativeMessagingHosts.packages = []
|
nativeMessagingHosts.packages = []
|
||||||
|
|
Loading…
Reference in a new issue