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:
parent
ba686839ec
commit
e0f1521899
@ -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
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user