11 lines
134 B
Nix
11 lines
134 B
Nix
{
|
|
programs.gamescope = {
|
|
enable = true;
|
|
capSysNice = true;
|
|
args = [
|
|
"--rt"
|
|
"--expose-wayland"
|
|
];
|
|
};
|
|
}
|