diff options
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"; |