diff options
Diffstat (limited to 'nix/modules/home/gammastep.nix')
-rw-r--r-- | nix/modules/home/gammastep.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/modules/home/gammastep.nix b/nix/modules/home/gammastep.nix index ae9d111..208dda7 100644 --- a/nix/modules/home/gammastep.nix +++ b/nix/modules/home/gammastep.nix @@ -1,7 +1,7 @@ { lib, config, ... }: { services.gammastep = { - enable = true; + enable = lib.mkDefault config.monorepo.profiles.graphics.enable; provider = "manual"; latitude = 49.282730; longitude = -123.120735; |