Steam: Difference between revisions
imported from old wiki |
Hughobrien (talk | contribs) m add link to discussion of 6.10 amdgpu issues |
||
| Line 10: | Line 10: | ||
{{file|/etc/nixos/configuration.nix|nix|<nowiki> | {{file|/etc/nixos/configuration.nix|nix|<nowiki> | ||
# | # There have been amdgpu issues in 6.10 so you maybe need to revert on the default lts kernel. | ||
# boot.kernelPackages = pkgs.linuxPackages; | # boot.kernelPackages = pkgs.linuxPackages; | ||
programs.steam = { | programs.steam = { | ||
| Line 19: | Line 18: | ||
}; | }; | ||
</nowiki>}} | </nowiki>}} | ||
[https://news.ycombinator.com/item?id=41549030 Anecdata on 6.10 issues] | |||
{{note|Enabling [[steam]] installs several unfree packages. If you are using <code>allowUnfreePredicate</code> you will need to ensure that your configurations permit all of them. | {{note|Enabling [[steam]] installs several unfree packages. If you are using <code>allowUnfreePredicate</code> you will need to ensure that your configurations permit all of them. | ||