dotfiles/home/modules/gui/desktop/hypr/gammastep/default.nix

14 lines
220 B
Nix
Raw Normal View History

2025-01-08 01:05:45 -06:00
{
services.gammastep = {
enable = true;
tray = true;
provider = "geoclue2";
temperature = {
2025-01-19 23:40:54 -06:00
day = 6500;
2025-01-08 01:05:45 -06:00
night = 3500;
};
dawnTime = "8:00-8:30";
duskTime = "20:30-21:00";
};
}