diff options
Diffstat (limited to 'nix/modules/home/firefox.nix')
-rw-r--r-- | nix/modules/home/firefox.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/modules/home/firefox.nix b/nix/modules/home/firefox.nix index 118e150..986fccf 100644 --- a/nix/modules/home/firefox.nix +++ b/nix/modules/home/firefox.nix @@ -1,7 +1,7 @@ { lib, config, pkgs, ... }: { programs.firefox = { - enable = true; + enable = lib.mkDefault config.monorepo.profiles.graphics.enable; policies = { EnableTrackingProtection = true; OfferToSaveLogins = false; |