From 8ba4c3e06fdb0ad3c5aba546bfc6522fe41290d9 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Tue, 27 Nov 2018 09:39:44 -0800 Subject: Enable redshift --- linux.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'linux.nix') diff --git a/linux.nix b/linux.nix index c90f7f1..4d17d87 100644 --- a/linux.nix +++ b/linux.nix @@ -78,9 +78,13 @@ in }; redshift = { - enable = false; + enable = true; latitude = "33.044444"; longitude = "-117.271667"; + temperature = { + day = 4000; + night = 3500; + }; }; gpg-agent = { -- cgit v1.2.3