Files
cnix/nixos/extra/gamescope/default.nix
2024-07-28 15:18:29 +02:00

11 lines
134 B
Nix

{
programs.gamescope = {
enable = true;
capSysNice = true;
args = [
"--rt"
"--expose-wayland"
];
};
}