diff options
Diffstat (limited to 'system')
| -rw-r--r-- | system/gaming/default.nix | 6 | ||||
| -rw-r--r-- | system/gaming/steam.nix | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/system/gaming/default.nix b/system/gaming/default.nix index 606f565..ca97345 100644 --- a/system/gaming/default.nix +++ b/system/gaming/default.nix @@ -49,5 +49,11 @@ in { environment.systemPackages = with pkgs; [ winetricks ]; + + services.udev.packages = with pkgs; [ + cachyos-settings + ]; + + environment.etc."sysctl.d/70-cachyos-settings.conf".source = "${pkgs.cachyos-settings}/etc/sysctl.d/70-cachyos-settings.conf"; }; } diff --git a/system/gaming/steam.nix b/system/gaming/steam.nix index dd4fc50..dca5c25 100644 --- a/system/gaming/steam.nix +++ b/system/gaming/steam.nix @@ -17,7 +17,7 @@ in { programs.gamescope = { enable = true; - capSysNice = true; + capSysNice = false; }; programs.steam = { |