feat(easyeffects): kissin the mic
All checks were successful
build / build (push) Successful in 2m43s

This commit is contained in:
2026-05-23 14:34:23 -06:00
parent 3c40029892
commit 419c8519b5
2 changed files with 780 additions and 0 deletions

View File

@@ -9,6 +9,9 @@ in {
config = lib.mkIf cfg.enable {
services.easyeffects = {
enable = true;
extraPresets.kissin-the-mic =
builtins.fromJSON
(builtins.readFile ./easyeffects/kissin-the-mic.json);
extraPresets.thanks-ash =
builtins.fromJSON
(builtins.readFile ./easyeffects/thanks-ash.json);