summaryrefslogtreecommitdiff
path: root/home/config/redshift.nix
diff options
context:
space:
mode:
authorQuentin Aristote <quentin@aristote.fr>2021-08-06 18:51:59 +0200
committerQuentin Aristote <quentin@aristote.fr>2021-08-06 18:51:59 +0200
commita1f7f43c95c049628e826856ec589b339cd4f5db (patch)
treea0f5bb10fc36f02ad6dbaebf1232ca2548f9ccfa /home/config/redshift.nix
initial commit
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; }; };
+ };
+}