summary refs log tree commit diff
path: root/nixos/modules/services/x11/desktop-managers/plasma5.nix
diff options
context:
space:
mode:
authorK900 <me@0upti.me>2023-10-22 01:30:48 +0300
committerK900 <me@0upti.me>2023-10-22 17:13:42 +0300
commit60421a1622ac05433afcf0179ff46f937e10096c (patch)
tree2f4e2fc1f564897df34d54713cf4e3a7a4b4162a /nixos/modules/services/x11/desktop-managers/plasma5.nix
parentc92fb2994f14b320c5cb75a54d1435d14b953dce (diff)
downloadnixpkgs-60421a1622ac05433afcf0179ff46f937e10096c.tar
nixpkgs-60421a1622ac05433afcf0179ff46f937e10096c.tar.gz
nixpkgs-60421a1622ac05433afcf0179ff46f937e10096c.tar.bz2
nixpkgs-60421a1622ac05433afcf0179ff46f937e10096c.tar.lz
nixpkgs-60421a1622ac05433afcf0179ff46f937e10096c.tar.xz
nixpkgs-60421a1622ac05433afcf0179ff46f937e10096c.tar.zst
nixpkgs-60421a1622ac05433afcf0179ff46f937e10096c.zip
firefox: start killing all the per-extension options
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, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/x11/desktop-managers/plasma5.nix b/nixos/modules/services/x11/desktop-managers/plasma5.nix
index 285d0a18193..fc328704571 100644
--- a/nixos/modules/services/x11/desktop-managers/plasma5.nix
+++ b/nixos/modules/services/x11/desktop-managers/plasma5.nix
@@ -379,7 +379,7 @@ in
       # Update the start menu for each user that is currently logged in
       system.userActivationScripts.plasmaSetup = activationScript;
 
-      programs.firefox.wrapperConfig.enablePlasmaBrowserIntegration = true;
+      programs.firefox.nativeMessagingHosts.packages = [ pkgs.plasma5Packages.plasma-browser-integration ];
     })
 
     (mkIf (cfg.kwinrc != {}) {