about summary refs log tree commit diff
path: root/users/fcuny/desktop/redshift.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-02-13 13:15:27 -0800
committerFranck Cuny <franck@fcuny.net>2022-02-13 13:15:27 -0800
commit6749242d2a02ef32dd3120e787eefdb4ccbf522b (patch)
tree2e0935e27db32d48b262eb41c0f1eb9d48c39bf0 /users/fcuny/desktop/redshift.nix
parentsway: add gammastep configuration (diff)
downloadworld-6749242d2a02ef32dd3120e787eefdb4ccbf522b.tar.gz
i3: delete and let's switch over to sway/wayland
Diffstat (limited to 'users/fcuny/desktop/redshift.nix')
-rw-r--r--users/fcuny/desktop/redshift.nix13
1 files changed, 0 insertions, 13 deletions
diff --git a/users/fcuny/desktop/redshift.nix b/users/fcuny/desktop/redshift.nix
deleted file mode 100644
index 41559cd..0000000
--- a/users/fcuny/desktop/redshift.nix
+++ /dev/null
@@ -1,13 +0,0 @@
-{ config, lib, pkgs, ... }:
-
-{
-  services.redshift = {
-    enable = true;
-    latitude = "37.8715";
-    longitude = "-122.2730";
-    temperature = {
-      day = 5000;
-      night = 3700;
-    };
-  };
-}