mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 06:50:14 +01:00
16 lines
270 B
Nix
16 lines
270 B
Nix
{
|
|
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;
|
|
}
|
|
'';
|
|
}
|