From 9fc4f7c0c468b59d660ec99ea0a265e69393fba0 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 18 Feb 2022 09:50:36 -0800 Subject: gammastep: will need to figure this out later --- users/fcuny/desktop/sway/gammastep.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'users/fcuny/desktop/sway') 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; -- cgit 1.4.1