mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-28 19:52:19 +00:00
13 lines
213 B
Nix
13 lines
213 B
Nix
|
{
|
||
|
services.gammastep = {
|
||
|
enable = true;
|
||
|
provider = "geoclue2";
|
||
|
temperature = {
|
||
|
day = 6000;
|
||
|
night = 4600;
|
||
|
};
|
||
|
settings = {
|
||
|
general.adjustment-method = "wayland";
|
||
|
};
|
||
|
};
|
||
|
}
|