From 387cf61bfae1b4b05aa4fccb8c019d9392d29115 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Wed, 25 Mar 2026 02:17:37 +0100 Subject: [PATCH] Home Gen76 @ 2026-03-25-02:17 by jonas@monolith --- modules/home/firefox.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/modules/home/firefox.nix b/modules/home/firefox.nix index 6d33f0b..25f80c7 100644 --- a/modules/home/firefox.nix +++ b/modules/home/firefox.nix @@ -15,6 +15,7 @@ in { config = lib.mkIf cfg.enable { programs.firefox = { enable = true; + nativeMessagingHosts = lib.optional cfg.passFF pkgs.passff-host; # Default profile profiles.jonas = { @@ -91,8 +92,5 @@ in { ++ lib.optional cfg.passFF passff); }; }; - home.packages = - lib.optional cfg.passFF - pkgs.passff-host; }; }