Created
July 27, 2025 15:27
-
-
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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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