From f85d01de5d234ca80ac140ea3f1c73e8328ebf1f Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Sun, 30 Jun 2019 11:03:51 +0200 Subject: [PATCH 1/2] winetricks utilisation de wine unstable --- systems/ASUS-G46VW/configuration.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/systems/ASUS-G46VW/configuration.nix b/systems/ASUS-G46VW/configuration.nix index f1590cc..4fd6f9f 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 From 74dce71c437edc0fec30ae34c945d3366920f086 Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Sun, 30 Jun 2019 11:04:44 +0200 Subject: [PATCH 2/2] service redshift --- systems/ASUS-G46VW/configuration.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/systems/ASUS-G46VW/configuration.nix b/systems/ASUS-G46VW/configuration.nix index 4fd6f9f..190e2aa 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