configurations: disable default gamescope setcap for steam

This commit is contained in:
Mateusz Słodkowicz 2024-07-03 14:43:54 +02:00
parent a3b69adbdd
commit 711b0a7860
Signed by: materus
GPG Key ID: 28D140BCA60B4FD1
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ in
config = lib.mkIf cfg.enable {
programs.gamescope.enable = lib.mkDefault true;
programs.gamescope.capSysNice = lib.mkDefault true;
programs.gamescope.capSysNice = lib.mkDefault false;
hardware.steam-hardware.enable = lib.mkDefault true;
materus.profile.steam.extraEnv = {
XDG_DATA_DIRS = "/usr/share:\${XDG_DATA_DIRS}";