diff options
| author | Tim Keller <tjk@tjkeller.xyz> | 2025-12-28 17:48:42 -0600 |
|---|---|---|
| committer | Tim Keller <tjk@tjkeller.xyz> | 2025-12-28 17:48:42 -0600 |
| commit | 9d70e6d876dd1da5e633923b147f8d597bfc7c7c (patch) | |
| tree | 8294bdd531b9427f8ceff3e424e00acfd90e140b /hosts/piframe | |
| parent | 1d5306b9e26856331c50f38a86d7360c99fa5b21 (diff) | |
| download | nixos-9d70e6d876dd1da5e633923b147f8d597bfc7c7c.tar.xz nixos-9d70e6d876dd1da5e633923b147f8d597bfc7c7c.zip | |
replace redshift for gammastep
Diffstat (limited to 'hosts/piframe')
| -rw-r--r-- | hosts/piframe/configuration.nix | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/hosts/piframe/configuration.nix b/hosts/piframe/configuration.nix index a78313b..b45a293 100644 --- a/hosts/piframe/configuration.nix +++ b/hosts/piframe/configuration.nix @@ -43,15 +43,14 @@ # Configure piframe home home-manager.users.piframe = { - services.gammastep = { - enable = true; - temperature = { - day = 6500; - night = 3600; - }; + services = { + _gammastep.enable = true; # Manual location to avoid having to mess with geoclue - latitude = 41.881832; - longitude = -87.623177; + gammastep = { + provider = "manual"; + latitude = 41.881832; + longitude = -87.623177; + }; }; programs.bash = { enable = true; |
