From ba1188682f2c23f15a8231e9fb7a9fd597140674 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastian=20K=C3=B6cher?= Date: Sat, 10 Aug 2019 19:22:27 +0200 Subject: [PATCH] programs.browserpass: Do not touch `nixpkgs.config` If we set `nixpkgs.config.firefox` from within the script, it somehow overrides settings that are done in a configuration.nix. --- nixos/modules/programs/browserpass.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos/modules/programs/browserpass.nix b/nixos/modules/programs/browserpass.nix index e1456d3c18485..fa21fceb4f52d 100644 --- a/nixos/modules/programs/browserpass.nix +++ b/nixos/modules/programs/browserpass.nix @@ -27,6 +27,5 @@ with lib; "opt/brave/native-messaging-hosts/${appId}".source = source "hosts/chromium"; "opt/brave/policies/managed/${appId}".source = source "policies/chromium"; }; - nixpkgs.config.firefox.enableBrowserpass = true; }; }