mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 04:58:19 -04:00
enabled gamescope
capSysNice allows game scope to set nice value for scheduler : References https://man7.org/linux/man-pages/man7/capabilities.7.html CAP_SYS_NICE https://wiki.archlinux.org/title/Gamescope 3.3 Setting Gamescopes priority
This commit is contained in:
@@ -13,5 +13,9 @@
|
||||
extraCompatPackages = with pkgs; [proton-ge-bin];
|
||||
extest.enable = true;
|
||||
};
|
||||
gamescope = {
|
||||
enable = true;
|
||||
capSysNice = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user