lavaridge: change easyeffects preset
Some checks are pending
flakehub / flakehub-publish (push) Waiting to run
git-mirror / gitlab-sync (push) Waiting to run
nix-build / default-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 / petalburg-build (push) Waiting to run
nix-build / rustboro-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-07-28 12:58:12 -04:00
parent c945d562ad
commit f3bb8a906d

View file

@ -8,7 +8,7 @@
services.easyeffects = { services.easyeffects = {
enable = true; enable = true;
preset = "framework13"; preset = "LoudnessEqualizer";
}; };
}; };
} }