nixos-config/modules/home/hyprsunset.nix

17 lines
270 B
Nix
Raw Permalink Normal View History

2025-11-18 10:46:06 +01:00
{
services.hyprsunset.enable = true;
home.file.".config/hypr/hyprsunset.conf".text = ''
max-gamma = 200;
profile {
time = 06:00;
identity = true;
}
profile {
time = 21:00;
temperature = 5500;
gamma = 0.8;
}
'';
}