diff options
author | Soispha <soispha@vhack.eu> | 2023-08-19 22:03:12 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-08-19 22:03:12 +0200 |
commit | beaea0ccd70bd4085b127d928b8f2b4f7d98ba45 (patch) | |
tree | bd331804202efa8a3a35f77919a1e202e69eee86 | |
parent | Fix(hm/conf/neovim): Change mapping for cmp acceptation to 'HH' (diff) | |
download | nixos-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.nix | 2 |
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 = { |