Steam: Difference between revisions

m add note about kernel versions
imported from old wiki
Line 10: Line 10:


{{file|/etc/nixos/configuration.nix|nix|<nowiki>
{{file|/etc/nixos/configuration.nix|nix|<nowiki>
# Apparently there are amdgpu issues in 6.10? Reference needed.
# So you maybe need to revert on the default lts kernel.
# boot.kernelPackages = pkgs.linuxPackages;
programs.steam = {
programs.steam = {
   enable = true;
   enable = true;
Line 33: Line 36:


<syntaxhighlight lang="nix">
<syntaxhighlight lang="nix">
boot.kernelPackages = pkgs.linuxPackages; # (this is the default) some amdgpu issues on 6.10
 
programs = {
programs = {
   gamescope = {
   gamescope = {