about summary refs log tree commit diff
path: root/users/fcuny/desktop/sway
diff options
context:
space:
mode:
Diffstat (limited to 'users/fcuny/desktop/sway')
-rw-r--r--users/fcuny/desktop/sway/gammastep.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/users/fcuny/desktop/sway/gammastep.nix b/users/fcuny/desktop/sway/gammastep.nix
index 6a1387f..510cb10 100644
--- a/users/fcuny/desktop/sway/gammastep.nix
+++ b/users/fcuny/desktop/sway/gammastep.nix
@@ -3,8 +3,9 @@
 {
   services.gammastep = {
     enable = true;
-    latitude = config.location.latitude;
-    longitude = config.location.longitude;
+    #TODO: this needs to come from locale.nix
+    latitude = 37.8715;
+    longitude = -122.2730;
     temperature = {
       day = 5000;
       night = 3700;