aboutsummaryrefslogtreecommitdiff
path: root/nix/modules/home/gammastep.nix
diff options
context:
space:
mode:
authorPreston Pan <ret2pop@gmail.com>2025-02-05 03:38:52 -0800
committerPreston Pan <ret2pop@gmail.com>2025-02-05 03:38:52 -0800
commit56faa5e9caf4408c2c4d6df50287c3b1c9e6c1b4 (patch)
tree188362e97ecfd0f935b1ac1efc1c3cfb00ef616e /nix/modules/home/gammastep.nix
parent990134fdcefe5a520b09ac6dfcaf97066fde6685 (diff)
Finish automation of spontaneity cloud deployments
Diffstat (limited to 'nix/modules/home/gammastep.nix')
-rw-r--r--nix/modules/home/gammastep.nix2
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;