Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

doc/steam: add docs about new steam module

+1 -7
+1 -7
doc/builders/packages/steam.xml
··· 45 45 <title>How to play</title> 46 46 47 47 <para> 48 - For 64-bit systems it's important to have 49 - <programlisting>hardware.opengl.driSupport32Bit = true;</programlisting> 50 - in your <filename>/etc/nixos/configuration.nix</filename>. You'll also need 51 - <programlisting>hardware.pulseaudio.support32Bit = true;</programlisting> 52 - 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 53 - <programlisting>hardware.steam-hardware.enable = true;</programlisting> 54 - to your configuration. 48 + 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. 55 49 </para> 56 50 </section> 57 51