Skip to content

Instantly share code, notes, and snippets.

@necauqua
Created July 27, 2025 15:27
Show Gist options
  • Save necauqua/afc0f830077b703137ecfc808e646740 to your computer and use it in GitHub Desktop.
Save necauqua/afc0f830077b703137ecfc808e646740 to your computer and use it in GitHub Desktop.
how NT works for me on linux (nixos even, if prepending proton runs with steam-run)
export STEAM_COMPAT_DATA_PATH=/storage/games/steam/steamapps/compatdata/881100
export STEAM_COMPAT_CLIENT_INSTALL_PATH=$HOME/.local/share/Steam
# install (it will ask for folder where noita exe is)
'/storage/games/steam/steamapps/common/Proton - Experimental'/proton waitforexitandrun /storage/games/steam/steamapps/compatdata/881100/pfx/drive_c/Program\ Files/Noita\ Together/Noita\ Together.exe
# run
'/storage/games/steam/steamapps/common/Proton - Experimental'/proton waitforexitandrun ~/downloads/Noita-Together-Setup-0.11.6.exe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment