summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorLéo Gaspard <leo@gaspard.io>2018-10-15 22:28:19 +0900
committerLéo Gaspard <leo@gaspard.io>2018-10-15 23:10:54 +0900
commit02e8e56500b95159f892804a81178b636a8534f2 (patch)
tree5476320c2264aa0955e602d31933d9c4c7e03853 /doc
parent2a2c99673bca1d30d53c530787a10a7d1c5b1de6 (diff)
downloadnixlib-02e8e56500b95159f892804a81178b636a8534f2.tar
nixlib-02e8e56500b95159f892804a81178b636a8534f2.tar.gz
nixlib-02e8e56500b95159f892804a81178b636a8534f2.tar.bz2
nixlib-02e8e56500b95159f892804a81178b636a8534f2.tar.lz
nixlib-02e8e56500b95159f892804a81178b636a8534f2.tar.xz
nixlib-02e8e56500b95159f892804a81178b636a8534f2.tar.zst
nixlib-02e8e56500b95159f892804a81178b636a8534f2.zip
package-notes: line wrap by auto-cleanup
Diffstat (limited to 'doc')
-rw-r--r--doc/package-notes.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/package-notes.xml b/doc/package-notes.xml
index 0543e06a05d4..dad28d3ec8b2 100644
--- a/doc/package-notes.xml
+++ b/doc/package-notes.xml
@@ -413,7 +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 or other Steam supported controllers such as the DualShock 4 or Nintendo Switch Pro, you need to add
+    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>