gaming: Allow gamescope to run with CAPSYSNICE

This commit is contained in:
2023-09-17 13:35:25 +02:00
parent 7c1113cd09
commit d2426b4291
4 changed files with 39 additions and 132 deletions

View File

@@ -37,13 +37,16 @@ in {
# Gameplay clip editing
kdenlive
# Better experience
gamescope
# Performance
corectrl
];
programs.gamescope = {
enable = true;
capSysNice = true;
args = ["--rt"];
};
# security.wrappers.gamescope = {
# owner = "alexander";
# group = "alexander";