From e0f1521899f869308ca111a28610240f4625e4ac Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Wed, 21 Jun 2023 08:48:31 -0400 Subject: [PATCH] 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). --- containers/wine.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/wine.nix b/containers/wine.nix index e31e5503..91368a2f 100644 --- a/containers/wine.nix +++ b/containers/wine.nix @@ -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 ];