about summary refs log tree commit diff
path: root/stallo-configuration.nix
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@gmail.com>2018-08-09T22·02+0200
committerVincent Ambo <tazjin@gmail.com>2018-08-10T20·18+0200
commitc32445da81141f611e568d82d908c62ef2d940cc (patch)
treeb539d43bd810d24009f64e3e54a6d53fc1d42a26 /stallo-configuration.nix
parent45e3207658645926aaf1811cae583bd0568f8dea (diff)
chore(stallo): Use wine with 64-bit support
Diffstat (limited to 'stallo-configuration.nix')
-rw-r--r--stallo-configuration.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/stallo-configuration.nix b/stallo-configuration.nix
index bbcfc140d3..21f89fb180 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";