forked from fabian/nix_config
re-structure package configuration. fully modularize everything
This commit is contained in:
parent
9418588fed
commit
6a51c08183
8 changed files with 111 additions and 94 deletions
9
home/modules/gaming/package.nix
Normal file
9
home/modules/gaming/package.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
writeShellScriptBin,
|
||||
steam-run,
|
||||
steam,
|
||||
...
|
||||
}:
|
||||
writeShellScriptBin "steam" ''
|
||||
exec ${steam-run}/bin/steam-run ${steam}/bin/steam -console
|
||||
''
|
Loading…
Add table
Add a link
Reference in a new issue