feat: adds hyprsunset

This commit is contained in:
Ahwx 2025-11-18 10:46:06 +01:00
parent da55dac3d5
commit 438351a874

View file

@ -0,0 +1,16 @@
{
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;
}
'';
}