Use wine 32-on-64

This commit is contained in:
Natsu Kagami 2023-10-23 16:21:07 +02:00
parent c92779eb96
commit b173c6a874
Signed by: nki
GPG key ID: 55A032EB38B49ADB
2 changed files with 3 additions and 1 deletions

View file

@ -26,7 +26,8 @@
sbt sbt
# Gaming stuff # Gaming stuff
wine wineWowPackages.full
# wine-lol
winetricks winetricks
lutris lutris
steam steam

View file

@ -29,6 +29,7 @@ in
noto-fonts noto-fonts
noto-fonts-cjk noto-fonts-cjk
merriweather merriweather
corefonts
]; ];
} // (if pkgs.stdenv.isLinux then { } // (if pkgs.stdenv.isLinux then {
enableDefaultFonts = false; enableDefaultFonts = false;