about summary refs log tree commit diff stats
path: root/home-manager
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-08-24 14:13:47 +0200
committerSoispha <soispha@vhack.eu>2023-08-24 14:13:47 +0200
commit9af113bcde584e36f21c695dc123c2b81817bfbd (patch)
treeb47e12348b3c35a27a84821a25d43cc1fceb30c8 /home-manager
parentFix(hm/conf/lf/commands): Remove rename cmd as it fails on piped stdout (diff)
downloadnixos-config-9af113bcde584e36f21c695dc123c2b81817bfbd.tar.gz
nixos-config-9af113bcde584e36f21c695dc123c2b81817bfbd.zip
Fix(hm/conf/gammastep): Go down to 3000K again as its just comfortable
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 3de7ef22..1ae0550b 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 3700 # night default from redshift
+    then 3000
     else 1300;
 in {
   services.gammastep = {