Give gamescope cap_sys_nice so it can renice itself

Signed-off-by: magic_rb <magic_rb@redalder.org>
This commit is contained in:
magic_rb 2023-11-24 15:24:36 +01:00
parent 52faaea7ac
commit 15908ba927
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E

View file

@ -1,9 +1,12 @@
{ pkgs, lib, ... }:
{
programs.gamemode.enable = true;
programs.gamescope = {
enable = true;
capSysNice = true;
};
environment.systemPackages = with pkgs; [
gamescope
mangohud
];