mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-12-22 05:52:56 -05:00
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
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:
parent
cf76ebc9a8
commit
89dc68452f
|
@ -53,6 +53,14 @@
|
||||||
services = {
|
services = {
|
||||||
ananicy = {
|
ananicy = {
|
||||||
enable = true; # Incompatible/not recommended with gamemode.
|
enable = true; # Incompatible/not recommended with gamemode.
|
||||||
|
|
||||||
|
extraRules = [
|
||||||
|
{
|
||||||
|
name = ".easyeffects-wr";
|
||||||
|
type = "LowLatency_RT";
|
||||||
|
}
|
||||||
|
];
|
||||||
|
|
||||||
rulesProvider = pkgs.ananicy-rules-cachyos;
|
rulesProvider = pkgs.ananicy-rules-cachyos;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue