Switch from redshift to gammastep

This commit is contained in:
Fabian Hauser 2022-04-17 10:19:00 +02:00
parent 354b214655
commit 729bbb35f2
3 changed files with 4 additions and 5 deletions

View file

@ -0,0 +1,13 @@
{ pkgs, ... }: {
services.gammastep = {
enable = true;
settings.general.brightness-night = "0.9";
temperature.day = 6300;
temperature.night = 5500;
latitude = "47.2";
longitude = "8.8";
tray = true;
};
}