Work with keyboard
This commit is contained in:
parent
29ac67a671
commit
00864566d1
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue