mirror of
https://github.com/gburd/nix-config.git
synced 2024-11-09 23:26:24 +00:00
f3fd89af54
Many thangs to the hard work and generous availability of: git@github.com:Misterio77/nix-config.git
13 lines
214 B
Nix
13 lines
214 B
Nix
{
|
|
services.gammastep = {
|
|
enable = true;
|
|
provider = "geoclue2";
|
|
temperature = {
|
|
day = 6000;
|
|
night = 4600;
|
|
};
|
|
settings = {
|
|
general.adjustment-method = "wayland";
|
|
};
|
|
};
|
|
}
|