diff options
author | Franck Cuny <franck@fcuny.net> | 2022-02-18 09:50:36 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-02-18 09:50:36 -0800 |
commit | 9fc4f7c0c468b59d660ec99ea0a265e69393fba0 (patch) | |
tree | a1d519b3fda938126b7688c28081a536e8cefd9f /users | |
parent | waybar: a few more adjustments. (diff) | |
download | world-9fc4f7c0c468b59d660ec99ea0a265e69393fba0.tar.gz |
gammastep: will need to figure this out later
Diffstat (limited to 'users')
-rw-r--r-- | users/fcuny/desktop/sway/gammastep.nix | 5 |
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; |