diff options
author | Vincent Ambo <tazjin@gmail.com> | 2018-08-09T22·02+0200 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2018-08-10T20·18+0200 |
commit | c32445da81141f611e568d82d908c62ef2d940cc (patch) | |
tree | b539d43bd810d24009f64e3e54a6d53fc1d42a26 /stallo-configuration.nix | |
parent | 45e3207658645926aaf1811cae583bd0568f8dea (diff) |
chore(stallo): Use wine with 64-bit support
Diffstat (limited to 'stallo-configuration.nix')
-rw-r--r-- | stallo-configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stallo-configuration.nix b/stallo-configuration.nix index bbcfc140d39a..21f89fb180db 100644 --- a/stallo-configuration.nix +++ b/stallo-configuration.nix @@ -12,7 +12,7 @@ hardware.pulseaudio.support32Bit = true; # Wine for Blizzard stuff - environment.systemPackages = with pkgs.unstable; [ wineStaging winetricks ]; + environment.systemPackages = with pkgs.unstable; [ wineWowPackages.staging winetricks ]; networking = { hostName = "stallo"; |