dotfiles/home/features/desktop/common/wayland-wm/gammastep.nix

13 lines
213 B
Nix
Raw Normal View History

2023-09-29 14:16:09 +00:00
{
services.gammastep = {
enable = true;
provider = "geoclue2";
temperature = {
day = 6000;
night = 4600;
};
settings = {
general.adjustment-method = "wayland";
};
};
}