hw/gaming: apply ananicy rules to easyeffects
Some checks are pending
git-mirror / gitlab-sync (push) Waiting to run
nix-build / clean-install-build (push) Waiting to run
nix-build / rofi-bluetooth-build (push) Waiting to run
nix-build / fallarbor-build (push) Waiting to run
nix-build / lavaridge-build (push) Waiting to run
nix-build / mauville-build (push) Waiting to run
nix-build / rustboro-build (push) Waiting to run
nix-build / slateport-build (push) Waiting to run
nix-build / aly_petalburg-build (push) Waiting to run
nix-check / fmt-check (push) Waiting to run
nix-check / eval-check (push) Waiting to run

This commit is contained in:
Aly Raffauf 2024-12-20 11:21:51 -05:00
parent cf76ebc9a8
commit 89dc68452f

View file

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