nixos-config/sys/profiles/programs/gamescope.nix
2025-01-16 10:08:58 +01:00

6 lines
104 B
Nix

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