mirror of
https://github.com/gburd/nix-config.git
synced 2024-11-09 15:16:26 +00:00
14 lines
214 B
Nix
14 lines
214 B
Nix
|
{
|
||
|
services.gammastep = {
|
||
|
enable = true;
|
||
|
provider = "geoclue2";
|
||
|
temperature = {
|
||
|
day = 6000;
|
||
|
night = 4600;
|
||
|
};
|
||
|
settings = {
|
||
|
general.adjustment-method = "wayland";
|
||
|
};
|
||
|
};
|
||
|
}
|