diff --git a/homeConfigs/global/wayland/hyprsunset.nix b/homeConfigs/global/wayland/hyprsunset.nix new file mode 100644 index 0000000..5f26794 --- /dev/null +++ b/homeConfigs/global/wayland/hyprsunset.nix @@ -0,0 +1,31 @@ +{ ... }: +{ + services.hyprsunset.enable = true; + services.hyprsunset.settings = { + profile = [ + { + time = "9:00"; + identity = true; + gamma = 1; + } + + { + time = "21:30"; + temperature = 5000; + } + { + time = "22:30"; + temperature = 4000; + } + { + time = "23:30"; + temperature = 3000; + } + { + time = "00:30"; + temperature = 2000; + } + + ]; + }; +}