12 lines
122 B
Nix
12 lines
122 B
Nix
{ user, home }:
|
|
{ ... }:
|
|
{
|
|
programs.gamescope = {
|
|
enable = true;
|
|
args = [
|
|
"--rt"
|
|
"-f"
|
|
];
|
|
};
|
|
}
|