Files
nixos/steam-run-nix.sh
Steam Deck User 3bda156ab4 add nixgl
2025-02-23 16:22:20 +00:00

6 lines
92 B
Bash
Executable File

#!/bin/bash
echo "unset LD_PRELOAD"
unset LD_PRELOAD
source /etc/profile.d/nix.sh
exec "$@"