Files
nix/hosts/common/configs/user/gui/gaming/gamescope/default.nix
2025-09-07 14:12:17 +01:00

13 lines
145 B
Nix

{ user, home }:
{ ... }:
{
programs.gamescope = {
enable = true;
capSysNice = true;
args = [
"--rt"
"-f"
];
};
}