summaryrefslogtreecommitdiffstats
path: root/hyprsunset.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hyprsunset.nix')
-rw-r--r--hyprsunset.nix24
1 files changed, 0 insertions, 24 deletions
diff --git a/hyprsunset.nix b/hyprsunset.nix
deleted file mode 100644
index 2994adf..0000000
--- a/hyprsunset.nix
+++ /dev/null
@@ -1,24 +0,0 @@
-{ config, pkgs, ... }:
-
-{
- services.hyprsunset = {
- enable = true;
-
- settings = {
- sunrise = {
- calendar = "*-*-* 06:00:00";
- requests = [
- "temperature 6500"
- "gamma 100"
- ];
- };
- sunset = {
- calendar = "*-*-* 22:00:00";
- requests = [
- "temperature 3500"
- ];
- };
- };
- };
-
-}