summaryrefslogtreecommitdiff
path: root/modules/plasma.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/plasma.nix')
-rw-r--r--modules/plasma.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/plasma.nix b/modules/plasma.nix
index cfbdd96..d71b475 100644
--- a/modules/plasma.nix
+++ b/modules/plasma.nix
@@ -36,4 +36,7 @@
};
services.desktopManager.plasma6.enable = true;
+ programs.firefox.nativeMessagingHosts.packages = with pkgs.kdePackages; [
+ plasma-browser-integration
+ ];
}