mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-22 00:18:07 +01:00
nongnu: steam: Fix Steam Input (controller) support.
* nongnu/packages/steam-client.scm (make-container-wrapper): Expose /dev/uinput to support hardware like the Steam Controller and Steam Input more generally.
This commit is contained in:
parent
67b8623a04
commit
028885d352
1 changed files with 1 additions and 0 deletions
|
@ -432,6 +432,7 @@ in a sandboxed FHS environment."
|
|||
(expose `("/dev/bus/usb" ; Needed for libusb.
|
||||
"/dev/dri"
|
||||
"/dev/input" ; Needed for controller input.
|
||||
"/dev/uinput" ; Needed for Steam Input.
|
||||
,@(exists-> "/dev/nvidia0") ; needed for nvidia proprietary driver
|
||||
,@(exists-> "/dev/nvidiactl")
|
||||
,@(exists-> "/dev/nvidia-modeset")
|
||||
|
|
Loading…
Reference in a new issue