aboutsummaryrefslogtreecommitdiff
path: root/nix/modules/home/firefox.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix/modules/home/firefox.nix')
-rw-r--r--nix/modules/home/firefox.nix2
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;