nix-config/home/gburd/features/desktop/common/wayland-wm/gammastep.nix
2023-09-20 10:02:15 -04:00

13 lines
214 B
Nix

{
services.gammastep = {
enable = true;
provider = "geoclue2";
temperature = {
day = 6000;
night = 4600;
};
settings = {
general.adjustment-method = "wayland";
};
};
}