Steam: Difference between revisions
Hughobrien (talk | contribs) Add details on booting to gamescope |
Hughobrien (talk | contribs) m add note about kernel versions |
||
Line 32: | Line 32: | ||
Gamescope can function as a minimal desktop environment, meaning you can launch it from a TTY and have an experience very similar to the Steam Deck hardware console. | Gamescope can function as a minimal desktop environment, meaning you can launch it from a TTY and have an experience very similar to the Steam Deck hardware console. | ||
< | <syntaxhighlight lang="nix"> | ||
boot.kernelPackages = pkgs.linuxPackages; # (this is the default) some amdgpu issues on 6.10 | |||
programs = { | programs = { | ||
gamescope = { | gamescope = { | ||
Line 50: | Line 51: | ||
''; | ''; | ||
}; | }; | ||
</ | </syntaxhighlight> | ||
==== gs.sh ==== | ==== gs.sh ==== |