From 40b05b7eec3c131eee54032ca0587bb824b68c05 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Tue, 26 May 2026 22:27:25 -0400 Subject: package and use CachyOS-Settings --- system/gaming/default.nix | 6 ++++++ system/gaming/steam.nix | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'system') 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 = { -- cgit v1.3.1-freya