battlenet-flake/readme.md

17 lines
343 B
Markdown
Raw Normal View History

2023-12-04 10:05:28 -06:00
# Battle.net Nix Flake
Sort of.
## Usage
1. Download the Battle.net setup: https://download.battle.net/?product=bnetdesk
2. Clone and `nix develop .` (or use direnv and `direnv allow`)
3. Follow https://nixos.wiki/wiki/Battle.net
```shell
export WINEARCH=win64
export WINEPREFIX=$PWD/wineprefix
winetricks dxvk
wine64 $BATTLENET_SETUP
```