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