diff --git a/systems/ASUS-G46VW/configuration.nix b/systems/ASUS-G46VW/configuration.nix index 4fd6f9f0d..190e2aabb 100644 --- a/systems/ASUS-G46VW/configuration.nix +++ b/systems/ASUS-G46VW/configuration.nix @@ -212,6 +212,13 @@ value = "1048576"; }]; + services.redshift = { + enable = true; + latitude = "48.573406"; + longitude = "7.752111"; + temperature.night = 2700; + }; + # This value determines the NixOS release with which your system is to be # compatible, in order to avoid breaking some software such as database # servers. You should change this only after NixOS release notes say you