Steam: Difference between revisions

imported>Vegai
Add a mention where the skins dir is
imported>Mic92
No edit summary
Line 5: Line 5:
For 64-bit systems it's important to have <syntaxhighlight lang="nix" inline>hardware.opengl.driSupport32Bit = true</syntaxhighlight> in your NixOS configuration. You'll also need <syntaxhighlight lang="nix" inline>hardware.pulseaudio.support32Bit = true</syntaxhighlight> if you are using PulseAudio - this will enable 32bit ALSA apps integration.
For 64-bit systems it's important to have <syntaxhighlight lang="nix" inline>hardware.opengl.driSupport32Bit = true</syntaxhighlight> in your NixOS configuration. You'll also need <syntaxhighlight lang="nix" inline>hardware.pulseaudio.support32Bit = true</syntaxhighlight> if you are using PulseAudio - this will enable 32bit ALSA apps integration.


== Master/Unstable branch ==
Install "steam" package. Run "steam". Many of the games will just work.
Install "steam" package. Run "steam". Many of the games will just work.
== Stable branch ==
Install "steam" and "steamChrootEnv" packages. Run:
<syntaxhighlight lang="bash">
sudo init-steam-chrootenv
sudo mount-steam-chrootenv
load-steam-chrootenv
steam
</syntaxhighlight>
To destroy the chroot env, run:
<syntaxhighlight lang="bash">
sudo umount-steam-chrootenv
sudo destroy-steam-chrootenv
</syntaxhighlight>


== Description of the package ==
== Description of the package ==