Switch from redshift to gammastep
This commit is contained in:
parent
354b214655
commit
729bbb35f2
3 changed files with 4 additions and 5 deletions
13
home/fhauser/applications/gammastep.nix
Normal file
13
home/fhauser/applications/gammastep.nix
Normal 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;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue