about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-08-19 22:03:12 +0200
committerSoispha <soispha@vhack.eu>2023-08-19 22:03:12 +0200
commitbeaea0ccd70bd4085b127d928b8f2b4f7d98ba45 (patch)
treebd331804202efa8a3a35f77919a1e202e69eee86
parentFix(hm/conf/neovim): Change mapping for cmp acceptation to 'HH' (diff)
downloadnixos-config-beaea0ccd70bd4085b127d928b8f2b4f7d98ba45.tar.gz
nixos-config-beaea0ccd70bd4085b127d928b8f2b4f7d98ba45.zip
Fix(hm/conf/gammastep): Adjust laptop temp to redshift night default
Diffstat (limited to '')
-rw-r--r--home-manager/soispha/config/gammastep/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home-manager/soispha/config/gammastep/default.nix b/home-manager/soispha/config/gammastep/default.nix
index 6090921b..3de7ef22 100644
--- a/home-manager/soispha/config/gammastep/default.nix
+++ b/home-manager/soispha/config/gammastep/default.nix
@@ -5,7 +5,7 @@
 }: let
   temp =
     if nixosConfig.soispha.laptop.enable
-    then 2000
+    then 3700 # night default from redshift
     else 1300;
 in {
   services.gammastep = {