Work with keyboard

This commit is contained in:
Florian RICHER 2025-01-18 20:21:29 +01:00
parent 29ac67a671
commit 00864566d1
Signed by: florian.richer
GPG key ID: C73D37CBED7BFC77

View file

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