about summary refs log tree commit diff
path: root/stallo-configuration.nix
diff options
context:
space:
mode:
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";