diff options
author | Ben Sima <ben@bsima.me> | 2022-11-07 20:16:16 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2022-11-07 20:18:22 -0500 |
commit | 03577d4d81ccc954da1960e22aa7f75109f862b6 (patch) | |
tree | 21ec6dc39d21054e24d75a7c85380b00eaf8b2fc /lib | |
parent | c5a5e27b08f188e6e8d1c5764c239022e6657a8e (diff) |
Disable redshift
Set it at the system level instead
Diffstat (limited to 'lib')
-rw-r--r-- | lib/linux.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/linux.nix b/lib/linux.nix index fe135d3..5ded700 100644 --- a/lib/linux.nix +++ b/lib/linux.nix @@ -309,7 +309,7 @@ in }; redshift = { - enable = true; + enable = false; latitude = "40.80"; longitude = "-81.52"; temperature = { |