summaryrefslogtreecommitdiff
path: root/home/config/redshift.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home/config/redshift.nix')
-rw-r--r--home/config/redshift.nix15
1 files changed, 15 insertions, 0 deletions
diff --git a/home/config/redshift.nix b/home/config/redshift.nix
new file mode 100644
index 0000000..e670c05
--- /dev/null
+++ b/home/config/redshift.nix
@@ -0,0 +1,15 @@
+{ ... }:
+
+{
+ services.redshift = {
+ enable = true;
+ tray = true;
+ temperature = {
+ day = 2500;
+ night = 2500;
+ };
+ latitude = "48.856614";
+ longitude = "2.3522219";
+ settings = { redshift = { transition = 0; }; };
+ };
+}