modularize steam

This commit is contained in:
Fabian Montero 2024-11-20 23:36:29 -06:00
parent a09e88cf3e
commit 8b8aa68811
Signed by untrusted user: fabian
GPG key ID: 1FFAC35E1798174F
6 changed files with 30 additions and 18 deletions

View file

@ -0,0 +1,9 @@
{
writeShellScriptBin,
steam-run,
steam,
...
}:
writeShellScriptBin "steam" ''
exec ${steam-run}/bin/steam-run ${steam}/bin/steam -console
''