nix-config/_/home-manager/_mixins/common/wayland-wm/gammastep.nix

13 lines
214 B
Nix

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