add steam
This commit is contained in:
parent
ec6d38efc2
commit
687cdb90e6
3 changed files with 12 additions and 6 deletions
|
@ -56,6 +56,8 @@
|
|||
|
||||
# local only files
|
||||
"*.local"
|
||||
|
||||
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
4
users/josh/by_hosts/joe/nix_modules/steam.nix
Normal file
4
users/josh/by_hosts/joe/nix_modules/steam.nix
Normal file
|
@ -0,0 +1,4 @@
|
|||
{ ... }:
|
||||
{
|
||||
programs.steam.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue