??
This commit is contained in:
10
nixos/opt/gamescope/default.nix
Normal file
10
nixos/opt/gamescope/default.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
programs.gamescope = {
|
||||
enable = true;
|
||||
capSysNice = true;
|
||||
args = [
|
||||
"--rt"
|
||||
"--expose-wayland"
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user