Skip to content

Commit

Permalink
doc/steam: add docs about new steam module
Browse files Browse the repository at this point in the history
  • Loading branch information
mkg20001 committed Jul 30, 2020
1 parent 1e98e89 commit bee2b91
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions doc/builders/packages/steam.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit bee2b91

Please sign in to comment.