nixos-config/systemProfiles/programs/gamescope.nix
2024-10-25 10:39:48 +02:00

6 lines
104 B
Nix

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