Files
cnix/nixos/opt/gamescope/default.nix
cnst c08012466e ??
2024-08-02 18:48:27 +02:00

11 lines
134 B
Nix

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