From 64269a89828c0a39426cd964ba6609e13d0f9950 Mon Sep 17 00:00:00 2001 From: Grisha Shipunov Date: Wed, 11 Jun 2025 11:05:04 +0200 Subject: plasma: integrate firefox --- modules/plasma.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/plasma.nix') 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 + ]; } -- cgit v1.3.1