summary refs log tree commit diff
path: root/nixos/modules/services/x11/desktop-managers/plasma5.nix
diff options
context:
space:
mode:
authorKlemens Nanni <klemens@posteo.de>2020-10-01 19:32:48 +0200
committerPeter Hoeg <peter@hoeg.com>2020-10-02 13:07:09 +0800
commitfb13347d2a02beae7822ccd28d539bad287a914a (patch)
tree38190f0ff589f7d295ff6efe69bf77848dbbb9f1 /nixos/modules/services/x11/desktop-managers/plasma5.nix
parent332dcda646ef5e164054455031e60e10659d59b5 (diff)
downloadnixpkgs-fb13347d2a02beae7822ccd28d539bad287a914a.tar
nixpkgs-fb13347d2a02beae7822ccd28d539bad287a914a.tar.gz
nixpkgs-fb13347d2a02beae7822ccd28d539bad287a914a.tar.bz2
nixpkgs-fb13347d2a02beae7822ccd28d539bad287a914a.tar.lz
nixpkgs-fb13347d2a02beae7822ccd28d539bad287a914a.tar.xz
nixpkgs-fb13347d2a02beae7822ccd28d539bad287a914a.tar.zst
nixpkgs-fb13347d2a02beae7822ccd28d539bad287a914a.zip
nixos/plasma5: Enable browser integration
This option is not documented anywhere and while it may be set
in configuration.nix to enable integration, having it on by
default when using both plasma and firefox is a great convenience;
just like all other desktop environments do it already.
Diffstat (limited to 'nixos/modules/services/x11/desktop-managers/plasma5.nix')
-rw-r--r--nixos/modules/services/x11/desktop-managers/plasma5.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/modules/services/x11/desktop-managers/plasma5.nix b/nixos/modules/services/x11/desktop-managers/plasma5.nix
index 149f6cbb762..bb8325c105e 100644
--- a/nixos/modules/services/x11/desktop-managers/plasma5.nix
+++ b/nixos/modules/services/x11/desktop-managers/plasma5.nix
@@ -362,6 +362,8 @@ in
 
       # Update the start menu for each user that is currently logged in
       system.userActivationScripts.plasmaSetup = activationScript;
+
+      nixpkgs.config.firefox.enablePlasmaBrowserIntegration = true;
     })
   ];