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;
|
||||
in {
|
||||
config = with cfg; lib.mkIf (enable && firefox.enable) {
|
||||
environment.systemPackages = []
|
||||
++ lib.optionals config.services.desktopManager.plasma6.enable [ pkgs.plasma-browser-integration ];
|
||||
|
||||
programs.firefox = {
|
||||
enable = true;
|
||||
nativeMessagingHosts.packages = []
|
||||
|
|
Loading…
Reference in a new issue