From 66cf2bbaff576ac30ce2d6bd2735df8f23e08bbc Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Wed, 21 Aug 2024 21:06:39 +0200 Subject: [PATCH] feat: add passff to firefox --- modules/applications/firefox.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/applications/firefox.nix b/modules/applications/firefox.nix index e8614fb..a1a738b 100644 --- a/modules/applications/firefox.nix +++ b/modules/applications/firefox.nix @@ -11,6 +11,10 @@ in programs.firefox = { enable = true; # TODO: add some default firefox settings + nativeMessagingHosts = [ + pkgs.passff-host + ]; + }; };