nixos-config/system/programs/gamescope.nix
2024-06-18 19:43:43 +02:00

6 lines
104 B
Nix

{
programs.gamescope = {
enable = true;
capSysNice = false; # breaks in steam & heroic
};
}