From 00864566d1a5f3fa2b38879166d5d52d374fafcc Mon Sep 17 00:00:00 2001 From: Florian RICHER Date: Sat, 18 Jan 2025 20:21:29 +0100 Subject: [PATCH] Work with keyboard --- flake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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