Files
nix-config/home-manager/system/wlsunset.nix

12 lines
145 B
Nix

{
services.wlsunset = {
enable = true;
gamma = 0.8;
sunrise = "7:00";
sunset = "21:00";
temperature.night = 4000;
};
}