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" ''
|
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue