Steam: Difference between revisions
Hughobrien (talk | contribs) 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"> | ||
programs = { | programs = { | ||
gamescope = { | gamescope = { |