1
0
forked from extern/nix-config

containers(wine): Use wine-ge

This was a different wine version that let me achieve better
compatibility with Unity3D programs. Although it doesn't crash when
encountering a ELFCLASS64 error, for example, it does have other issues
like a black screen flash when opening a hidden menu (the kind that
become available with the alt key on a keyboard).
This commit is contained in:
Donovan Glover 2023-06-21 08:48:31 -04:00
parent ba686839ec
commit e0f1521899
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -71,7 +71,7 @@ let VARIABLES = import ../src/variables.nix; in {
environment.systemPackages = with pkgs; [
kitty
wineWowPackages.waylandFull
nix-gaming.packages."${VARIABLES.system}".wine-ge
winetricks
];