snowhawk: wine and lutris stuff
This commit is contained in:
parent
7cdec173d0
commit
0830c161d1
1 changed files with 12 additions and 0 deletions
|
@ -54,6 +54,18 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
lutris
|
||||||
|
(writeShellScriptBin "battlenet" ''
|
||||||
|
export WINEARCH=win64
|
||||||
|
export WINEPREFIX=$HOME/.wine-battlenet
|
||||||
|
wine64 ~/.wine-battlenet/drive_c/Program\ Files\ \(x86\)/Battle.net/Battle.net\ Launcher.exe
|
||||||
|
'')
|
||||||
|
(wineWowPackages.full.override {
|
||||||
|
wineRelease = "staging";
|
||||||
|
mingwSupport = true;
|
||||||
|
})
|
||||||
|
winetricks
|
||||||
|
|
||||||
ripgrep
|
ripgrep
|
||||||
unzip
|
unzip
|
||||||
fzf
|
fzf
|
||||||
|
|
Loading…
Reference in a new issue