steam: provide pidof and lsusb for Steam VR

This commit is contained in:
David McFarland 2019-02-03 16:01:42 -04:00 committed by Lassulus
parent 883d6262e4
commit 9d8c27e4f4

View file

@ -28,6 +28,9 @@ let
iana-etc
# Steam Play / Proton
python3
# Steam VR
procps
usbutils
] ++ lib.optional withJava jdk
++ lib.optional withPrimus primus
++ extraPkgs pkgs;