firefox: install passff-host
authorJulien Moutinho <julm+julm-nix@sourcephile.fr>
Thu, 13 Oct 2022 12:28:01 +0000 (14:28 +0200)
committerJulien Moutinho <julm+julm-nix@sourcephile.fr>
Thu, 13 Oct 2022 12:28:01 +0000 (14:28 +0200)
home-manager/profiles/firefox.nix

index a3af16cfc764a813988f73bb2396bfa44f236ef2..88561987be1470a75b95c02b422d63af0526efc4 100644 (file)
@@ -45,6 +45,7 @@ programs.firefox = {
       SearchSuggestEnabled = false;
       UserMessaging = { ExtensionRecommendations = false; SkipOnboarding = true; };
     };
+    extraNativeMessagingHosts = [ pkgs.passff-host ];
   };
 };
 }