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

14 lines
214 B
Nix
Raw Normal View History

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