Steam: Difference between revisions

Malix (talk | contribs)
m Gamescope HDR: enhance: docs
change pkgs.LinuxPackages_lts to pkgs.LinuxPackages since pkgs.LinuxPackages_lts does not exist in NixOS 26.05
Line 31: Line 31:
</translate>
</translate>


{{file|/etc/nixos/configuration.nix|nix|
{{file|3=<nowiki>
<nowiki>
programs.steam = {
programs.steam = {
   enable = true;
   enable = true;
Line 39: Line 38:
# Optional: If you encounter amdgpu issues with newer kernels (e.g., 6.10+ reported issues),
# Optional: If you encounter amdgpu issues with newer kernels (e.g., 6.10+ reported issues),
# you might consider using the LTS kernel or a known stable version.
# you might consider using the LTS kernel or a known stable version.
# boot.kernelPackages = pkgs.linuxPackages_lts; # Example for LTS
# boot.kernelPackages = pkgs.linuxPackages; # Example for LTS
</nowiki>
</nowiki>|name=/etc/nixos/configuration.nix|lang=nix}}
}}


<translate>
<translate>