Add initial legacy configuration
This commit is contained in:
parent
febfe1d970
commit
db07652d99
64 changed files with 3287 additions and 13 deletions
14
home-modules/applications/gammastep.nix
Normal file
14
home-modules/applications/gammastep.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
{ ... }:
|
||||
{
|
||||
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