From d4786808b7f8d24bfaf4ba859927c92eb06f3dd1 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Fri, 20 Dec 2024 10:26:58 -0500 Subject: [PATCH] hw/gaming: add ananicy with cachyos rules --- hwModules/common/gaming/default.nix | 5 +++++ 1 file changed, 5 insertions(+) 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"];