gaming: Use programs.gamescope instead of own wrapper

This commit is contained in:
traxys 2025-08-25 21:57:43 +02:00
parent acccece96a
commit 9b814fb82d

View file

@ -14,12 +14,8 @@
boot.kernelPackages = pkgs.linuxPackages_xanmod_latest;
security.wrappers = {
gamescope = {
owner = "root";
group = "root";
source = "${pkgs.gamescope}/bin/gamescope";
capabilities = "cap_sys_nice+ep";
};
programs.gamescope = {
enable = true;
capSysNice = true;
};
}