From 7bf49c818077d6098449444a746504c6db3e6c50 Mon Sep 17 00:00:00 2001 From: chn Date: Tue, 24 Sep 2024 22:53:33 +0800 Subject: [PATCH] modules.packages.firefox: fix nativeMessagingHosts --- modules/packages/firefox.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/packages/firefox.nix b/modules/packages/firefox.nix index 9f51c4ec..9f24d722 100644 --- a/modules/packages/firefox.nix +++ b/modules/packages/firefox.nix @@ -24,7 +24,8 @@ inputs: programs.firefox = { enable = true; - nativeMessagingHosts = with inputs.pkgs; [ plasma-browser-integration uget-integrator firefoxpwa ]; + nativeMessagingHosts = with inputs.pkgs; + [ kdePackages.plasma-browser-integration uget-integrator firefoxpwa ]; # TODO: use fixed-version of plugins policies.DefaultDownloadDirectory = "\${home}/Downloads"; profiles.default =