diff --git a/hwModules/common/gaming/default.nix b/hwModules/common/gaming/default.nix index b87c7ed6..60b0ea5e 100644 --- a/hwModules/common/gaming/default.nix +++ b/hwModules/common/gaming/default.nix @@ -51,6 +51,11 @@ }; services = { + ananicy = { + enable = true; # Incompatible/not recommended with gamemode. + rulesProvider = pkgs.ananicy-rules-cachyos; + }; + earlyoom = { enable = lib.mkDefault true; extraArgs = lib.mkDefault ["-M" "409600,307200" "-S" "409600,307200"];