# 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 ```