diff --git a/modules/home/hyprsunset.nix b/modules/home/hyprsunset.nix new file mode 100644 index 0000000..d78d0ea --- /dev/null +++ b/modules/home/hyprsunset.nix @@ -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; + } + ''; +}