chore(stallo): Use wine with 64-bit support

This commit is contained in:
Vincent Ambo 2018-08-10 00:02:45 +02:00
parent 45e3207658
commit c32445da81

View file

@ -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";