Start migration to using flake-parts
This commit is contained in:
13
features-home-manager/gammastep/default.nix
Normal file
13
features-home-manager/gammastep/default.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
services.gammastep = {
|
||||
enable = true;
|
||||
provider = "geoclue2";
|
||||
temperature = {
|
||||
day = 6000;
|
||||
night = 4600;
|
||||
};
|
||||
settings = {
|
||||
general.adjustment-method = "wayland";
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user