Add steam
This commit is contained in:
parent
ff25be1075
commit
1bb3648c69
2 changed files with 6 additions and 0 deletions
|
@ -5,6 +5,10 @@
|
|||
builtins.elem (lib.getName pkg) [
|
||||
"unrar"
|
||||
|
||||
"steam"
|
||||
"steam-run"
|
||||
"steam-original"
|
||||
|
||||
"hplip"
|
||||
|
||||
"google-chrome"
|
||||
|
|
|
@ -3,4 +3,6 @@
|
|||
{
|
||||
boot.kernelModules = [ "v4l2loopback" ];
|
||||
boot.extraModulePackages = [ pkgs.linuxPackages_latest.v4l2loopback ];
|
||||
|
||||
programs.steam.enable = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue