feat(gamescope): disable capsys.

This commit is contained in:
CronyAkatsuki 2025-11-25 11:36:08 +01:00
parent ee127e9bd9
commit d6c675d63e

View file

@ -19,7 +19,7 @@
# Enable gamescope # Enable gamescope
programs.gamescope = { programs.gamescope = {
enable = true; enable = true;
capSysNice = true; # capSysNice = true;
package = pkgs.gamescope_git; package = pkgs.gamescope_git;
}; };
# Install gamemode # Install gamemode