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, 0 insertions, 15 deletions
diff --git a/home/config/redshift.nix b/home/config/redshift.nix
deleted file mode 100644
index e670c05..0000000
--- a/home/config/redshift.nix
+++ /dev/null
@@ -1,15 +0,0 @@
-{ ... }:
-
-{
- services.redshift = {
- enable = true;
- tray = true;
- temperature = {
- day = 2500;
- night = 2500;
- };
- latitude = "48.856614";
- longitude = "2.3522219";
- settings = { redshift = { transition = 0; }; };
- };
-}