add nixgl

This commit is contained in:
Steam Deck User
2025-02-23 16:22:20 +00:00
parent b1199a7eda
commit 3bda156ab4
10 changed files with 95 additions and 21 deletions

5
steam-run-nix.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
echo "unset LD_PRELOAD"
unset LD_PRELOAD
source /etc/profile.d/nix.sh
exec "$@"