about summary refs log tree commit diff
path: root/users/fcuny/desktop/sway/gammastep.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-02-18 09:50:36 -0800
committerFranck Cuny <franck@fcuny.net>2022-02-18 09:50:36 -0800
commit9fc4f7c0c468b59d660ec99ea0a265e69393fba0 (patch)
treea1d519b3fda938126b7688c28081a536e8cefd9f /users/fcuny/desktop/sway/gammastep.nix
parentwaybar: a few more adjustments. (diff)
downloadworld-9fc4f7c0c468b59d660ec99ea0a265e69393fba0.tar.gz
gammastep: will need to figure this out later
Diffstat (limited to '')
-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;