diff --git a/systems/ASUS-G46VW/configuration.nix b/systems/ASUS-G46VW/configuration.nix index f1590cc..190e2aa 100644 --- a/systems/ASUS-G46VW/configuration.nix +++ b/systems/ASUS-G46VW/configuration.nix @@ -62,8 +62,10 @@ nixpkgs.config.allowUnfree = true; environment.systemPackages = with pkgs; [ filezilla - wineStaging - winetricks + wineWowPackages.unstable + (winetricks.override { + wine = wineWowPackages.unstable; + }) qbittorrent transmission-remote-gtk appimage-run @@ -210,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