lavaridge/aly: enable easyeffects

This commit is contained in:
Aly Raffauf 2024-05-05 14:44:39 -04:00
parent 57e03f362b
commit 1a8db1b959

View file

@ -7,5 +7,10 @@
}: {
home-manager.users.aly = {
imports = [../../homeManagerModules ../../aly.nix];
alyraffauf.services.easyeffects = {
enable = true;
preset = "framework13";
};
};
}