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; };