Steam: Difference between revisions
Added note on how to enable support for the 2026 Steam Controller |
Added a small section for a know bug with the Steam Controller's mouse input. |
||
| Line 444: | Line 444: | ||
To find the vendor and product ID of a device <tvar name=usbutils>[https://search.nixos.org/packages?channel=unstable&show=usbutils&from=0&size=50&sort=relevance&type=packages&query=usbutils usbutils]</tvar> might be useful | To find the vendor and product ID of a device <tvar name=usbutils>[https://search.nixos.org/packages?channel=unstable&show=usbutils&from=0&size=50&sort=relevance&type=packages&query=usbutils usbutils]</tvar> might be useful | ||
=== Steam controller mouse input issues === <!--T:52--> | |||
Mouse input on the controller may fail to take control of the visual cursor. In this instance, the input is still registered, but the cursor does not move. A fix for this is to preload Steam with extest. The Steam package already has an option for it: | |||
</translate> | |||
<syntaxhighlight lang="nix"> | |||
programs.steam = { | |||
extest.enable = true; | |||
}; | |||
</syntaxhighlight> | |||
<translate> | |||
=== Known issues === <!--T:52--> | === Known issues === <!--T:52--> | ||