diff --git a/hosts/snowhawk/home.nix b/hosts/snowhawk/home.nix index 13befba..db9077d 100644 --- a/hosts/snowhawk/home.nix +++ b/hosts/snowhawk/home.nix @@ -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