services: init gammastep

This commit is contained in:
notohh 2024-12-24 00:53:07 -05:00
parent 581ad9ea62
commit 2afa495afd
Signed by: notohh
GPG key ID: BD47506D475EE86D
2 changed files with 13 additions and 1 deletions

View file

@ -1,3 +1,3 @@
{
imports = [./gpg.nix];
imports = [./gpg.nix ./gammastep.nix];
}

View file

@ -0,0 +1,12 @@
_: {
services.gammastep = {
enable = true;
provider = "manual";
latitude = "40.730610";
longitude = "-73.935242";
dawnTime = "6:00-7:00";
duskTime = "18:00-20:15";
temperature.day = 5500;
temperature.night = 3000;
};
}