Add prismlauncher

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2025-07-26 11:01:08 +01:00
parent ce2f51e914
commit b4640f8218
5 changed files with 32 additions and 18 deletions

View File

@@ -0,0 +1,11 @@
{ user, home }:
{ ... }:
{
programs.gamescope = {
enable = true;
args = [
"--rt"
"-f"
];
};
}