Steam: Difference between revisions
Cleanup code by utilizing the appropriate built-in Nix options. This method has been proven to work with the latest version of Gamescope. |
|||
Line 39: | Line 39: | ||
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">programs = { | <syntaxhighlight lang="nix">#Clean Quiet Boot | ||
boot.kernelParams = [ "quiet" "splash" "console=/dev/null" ]; | |||
programs = { | |||
gamescope = { | gamescope = { | ||
enable = true; | enable = true; |