From 4e4ae18c199ffa1ad9352eb101a2f0df9cad39e2 Mon Sep 17 00:00:00 2001 From: Franz Pletz Date: Fri, 23 Feb 2018 00:25:40 +0100 Subject: [PATCH] browserpass module: add firefox support --- nixos/modules/programs/browserpass.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/programs/browserpass.nix b/nixos/modules/programs/browserpass.nix index a073c7e66eb8..5f8a44a9848e 100644 --- a/nixos/modules/programs/browserpass.nix +++ b/nixos/modules/programs/browserpass.nix @@ -18,5 +18,6 @@ with lib; "opt/chrome/native-messaging-hosts/com.dannyvankooten.browserpass.json".source = "${pkgs.browserpass}/etc/chrome-host.json"; "opt/chrome/policies/managed/com.dannyvankooten.browserpass.json".source = "${pkgs.browserpass}/etc/chrome-policy.json"; }; + nixpkgs.config.firefox.enableBrowserpass = true; }; }