Steam/en: Difference between revisions
Updating to match new version of source page |
Updating to match new version of source page |
||
| Line 34: | Line 34: | ||
[https://news.ycombinator.com/item?id=41549030 Anecdata on kernel 6.10 issues] | [https://news.ycombinator.com/item?id=41549030 Anecdata on kernel 6.10 issues] | ||
{{note|Enabling [[steam]] installs several [[unfree software|unfree packages]]. If you are using <code>allowUnfreePredicate</code> you will need to ensure that your configurations permit all of them. | {{note|1=Enabling [[steam]] installs several [[unfree software|unfree packages]]. If you are using <code>allowUnfreePredicate</code> you will need to ensure that your configurations permit all of them. | ||
<syntaxhighlight lang="nix"> | <syntaxhighlight lang="nix"> | ||
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ | nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ | ||
| Line 40: | Line 40: | ||
"steam-unwrapped" | "steam-unwrapped" | ||
]; | ]; | ||
</syntaxhighlight> | </syntaxhighlight>}} | ||
}} | |||
== Configuration == | == Configuration == | ||