summaryrefslogtreecommitdiff
path: root/linux.nix
diff options
context:
space:
mode:
Diffstat (limited to 'linux.nix')
-rw-r--r--linux.nix6
1 files changed, 5 insertions, 1 deletions
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 = {