Add steam

This commit is contained in:
Fabian Hauser 2023-09-17 21:55:44 +02:00
parent ff25be1075
commit 1bb3648c69
2 changed files with 6 additions and 0 deletions

View file

@ -5,6 +5,10 @@
builtins.elem (lib.getName pkg) [ builtins.elem (lib.getName pkg) [
"unrar" "unrar"
"steam"
"steam-run"
"steam-original"
"hplip" "hplip"
"google-chrome" "google-chrome"

View file

@ -3,4 +3,6 @@
{ {
boot.kernelModules = [ "v4l2loopback" ]; boot.kernelModules = [ "v4l2loopback" ];
boot.extraModulePackages = [ pkgs.linuxPackages_latest.v4l2loopback ]; boot.extraModulePackages = [ pkgs.linuxPackages_latest.v4l2loopback ];
programs.steam.enable = true;
} }