From 89dc68452faf6db68ccc62e99b3f6c766d5d1453 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Fri, 20 Dec 2024 11:21:51 -0500 Subject: [PATCH] hw/gaming: apply ananicy rules to easyeffects --- hwModules/common/gaming/default.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/hwModules/common/gaming/default.nix b/hwModules/common/gaming/default.nix index 60b0ea5e..a0f4bf50 100644 --- a/hwModules/common/gaming/default.nix +++ b/hwModules/common/gaming/default.nix @@ -53,6 +53,14 @@ services = { ananicy = { enable = true; # Incompatible/not recommended with gamemode. + + extraRules = [ + { + name = ".easyeffects-wr"; + type = "LowLatency_RT"; + } + ]; + rulesProvider = pkgs.ananicy-rules-cachyos; };