summary refs log tree commit diff
path: root/doc/package-notes.xml
diff options
context:
space:
mode:
authornyanloutre <paul@nyanlout.re>2018-09-30 11:27:33 +0200
committernyanloutre <paul@nyanlout.re>2018-09-30 11:27:47 +0200
commitd859a66351181bf63d2f311269e2b71bf949e166 (patch)
tree24baeae4bfaec97a3327aa06460eef6ef6cf829c /doc/package-notes.xml
parentda86afba0d610170993eef053f534afc469269a3 (diff)
downloadnixlib-d859a66351181bf63d2f311269e2b71bf949e166.tar
nixlib-d859a66351181bf63d2f311269e2b71bf949e166.tar.gz
nixlib-d859a66351181bf63d2f311269e2b71bf949e166.tar.bz2
nixlib-d859a66351181bf63d2f311269e2b71bf949e166.tar.lz
nixlib-d859a66351181bf63d2f311269e2b71bf949e166.tar.xz
nixlib-d859a66351181bf63d2f311269e2b71bf949e166.tar.zst
nixlib-d859a66351181bf63d2f311269e2b71bf949e166.zip
nixos/steam-hardware: update documentation
Diffstat (limited to 'doc/package-notes.xml')
-rw-r--r--doc/package-notes.xml7
1 files changed, 2 insertions, 5 deletions
diff --git a/doc/package-notes.xml b/doc/package-notes.xml
index d8f55ef0a856..a4322a0234d3 100644
--- a/doc/package-notes.xml
+++ b/doc/package-notes.xml
@@ -413,11 +413,8 @@ packageOverrides = pkgs: {
     in your <filename>/etc/nixos/configuration.nix</filename>. You'll also need
 <programlisting>hardware.pulseaudio.support32Bit = true;</programlisting>
     if you are using PulseAudio - this will enable 32bit ALSA apps integration.
-    To use the Steam controller, you need to add
-<programlisting>services.udev.extraRules = ''
-    SUBSYSTEM=="usb", ATTRS{idVendor}=="28de", MODE="0666"
-    KERNEL=="uinput", MODE="0660", GROUP="users", OPTIONS+="static_node=uinput"
-  '';</programlisting>
+    To use the Steam controller or other Steam supported controllers such as the DualShock 4 or Nintendo Switch Pro, you need to add
+<programlisting>hardware.steam-hardware.enable = true;</programlisting>
     to your configuration.
    </para>
   </section>