snowhawk: wine and lutris stuff
parent
7cdec173d0
commit
0830c161d1
|
@ -54,6 +54,18 @@
|
|||
];
|
||||
|
||||
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
|
||||
unzip
|
||||
fzf
|
||||
|
|
Loading…
Reference in New Issue