Files
nix-config/modules/hm/desktop/easyeffects.nix

6 lines
89 B
Nix

{
flake.modules.homeManager.desktop = {
services.easyeffects.enable = true;
};
}