Skip to content

Instantly share code, notes, and snippets.

@tcheneau
Created August 31, 2019 21:37
Show Gist options
  • Save tcheneau/b581495a7cc415fc138f73cc837ac683 to your computer and use it in GitHub Desktop.
Save tcheneau/b581495a7cc415fc138f73cc837ac683 to your computer and use it in GitHub Desktop.
steam application launch options when using NixOS
When getting error when trying to start the application (complaining about libwayland-egl.so.1 missing), change launch option to:
export LD_LIBRARY_PATH="$HOME/.steam/steamapps/common/Smith and Winston":$LD_LIBRARY_PATH:"/nix/store/z5nffvjdscan3wprwy31lajyhqzj5kbi-steam-run-fhs/usr/lib64/" uname -m > ~/tmp/steam.app.txt; env >> ~/tmp/steam.app.txt; %command% >> ~/tmp/steam.app.txt 2>&1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment