lavaridge: automatically apply framework13 easy effects preset

This commit is contained in:
Aly Raffauf 2024-03-31 13:21:46 -04:00
parent 6c54370a7f
commit 9a7cf30cc0

View file

@ -8,5 +8,10 @@
home.stateVersion = "23.11";
programs.home-manager.enable = true;
userServices.easyeffects = {
enable = true;
preset = "framework13.json";
};
};
}