diff --git a/flake.nix b/flake.nix index 6ed2b5f..7f93eb8 100644 --- a/flake.nix +++ b/flake.nix @@ -55,6 +55,7 @@ run_script = writeShellScriptBin "run" '' $WINE "$WINEPREFIX/drive_c/Program Files (x86)/Epic Games/Launcher/Portal/Binaries/Win32/EpicGamesLauncher.exe" + wineserver -w ''; in { @@ -62,7 +63,7 @@ default = pkgs.mkShell { packages = with pkgs; [ # Wine packages - wineWow64Packages.unstableFull + wineWowPackages.unstableFull winetricks # Custom scripts