Add steam on all machines
This commit is contained in:
parent
a0672fba27
commit
a8797c4cf6
2 changed files with 10 additions and 0 deletions
9
modules/steam.nix
Normal file
9
modules/steam.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
||||
"steam"
|
||||
"steam-original"
|
||||
"steam-runtime"
|
||||
];
|
||||
programs.steam.enable = true;
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue