home: delete gammastep

This commit is contained in:
notohh 2025-02-09 02:18:33 -05:00
parent 2835c14347
commit 19e7878a8e
Signed by: notohh
GPG key ID: BD47506D475EE86D
2 changed files with 0 additions and 13 deletions

View file

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

View file

@ -1,12 +0,0 @@
_: {
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;
};
}