dotfiles/modules/home/gui/desktop/wayland/wlsunset/default.nix

12 lines
172 B
Nix
Raw Normal View History

2025-10-01 19:51:55 -05:00
{
services.gammastep = {
enable = true;
2025-10-13 20:10:44 -05:00
latitude = 49.895077;
longitude = -97.138451;
2025-10-01 19:51:55 -05:00
temperature = {
day = 6500;
night = 3500;
};
};
}