about summary refs log tree commit diff
path: root/users/fcuny/desktop/redshift.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--users/fcuny/desktop/redshift.nix13
1 files changed, 13 insertions, 0 deletions
diff --git a/users/fcuny/desktop/redshift.nix b/users/fcuny/desktop/redshift.nix
new file mode 100644
index 0000000..41559cd
--- /dev/null
+++ b/users/fcuny/desktop/redshift.nix
@@ -0,0 +1,13 @@
+{ config, lib, pkgs, ... }:
+
+{
+  services.redshift = {
+    enable = true;
+    latitude = "37.8715";
+    longitude = "-122.2730";
+    temperature = {
+      day = 5000;
+      night = 3700;
+    };
+  };
+}