summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorMaciej Krüger <mkg20001@gmail.com>2020-07-12 19:45:12 +0200
committerMaciej Krüger <mkg20001@gmail.com>2020-07-30 20:26:33 +0200
commitbee2b91b7f3d33b5b5f5963753a364ef99a037fc (patch)
treea1c65e643395d39a59d770cffaf44e0a2d689a9a /doc
parent1e98e895fa2cddaa8542954d53b8d75a903e684d (diff)
downloadnixpkgs-bee2b91b7f3d33b5b5f5963753a364ef99a037fc.tar
nixpkgs-bee2b91b7f3d33b5b5f5963753a364ef99a037fc.tar.gz
nixpkgs-bee2b91b7f3d33b5b5f5963753a364ef99a037fc.tar.bz2
nixpkgs-bee2b91b7f3d33b5b5f5963753a364ef99a037fc.tar.lz
nixpkgs-bee2b91b7f3d33b5b5f5963753a364ef99a037fc.tar.xz
nixpkgs-bee2b91b7f3d33b5b5f5963753a364ef99a037fc.tar.zst
nixpkgs-bee2b91b7f3d33b5b5f5963753a364ef99a037fc.zip
doc/steam: add docs about new steam module
Diffstat (limited to 'doc')
-rw-r--r--doc/builders/packages/steam.xml8
1 files changed, 1 insertions, 7 deletions
diff --git a/doc/builders/packages/steam.xml b/doc/builders/packages/steam.xml
index 8dfede59ac1..59673328bac 100644
--- a/doc/builders/packages/steam.xml
+++ b/doc/builders/packages/steam.xml
@@ -45,13 +45,7 @@
   <title>How to play</title>
 
   <para>
-   For 64-bit systems it's important to have
-<programlisting>hardware.opengl.driSupport32Bit = true;</programlisting>
-   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
-<programlisting>hardware.steam-hardware.enable = true;</programlisting>
-   to your configuration.
+   Use <programlisting>programs.steam.enable = true;</programlisting> if you want to add steam to systemPackages and also enable a few workarrounds aswell as Steam controller support or other Steam supported controllers such as the DualShock 4 or Nintendo Switch Pr.
   </para>
  </section>