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. | ||
Install "steam" package. Run "steam". Many of the games will just work. | Install "steam" package. Run "steam". Many of the games will just work. | ||
== Description of the package == | == Description of the package == | ||