Zsh Users: how do you manage plugins?

A less manual approach for sourcing the plugins in home manager might look something like this:

plugins = [
    {
        name = pkgs.zsh-autopair.pname;
        src = pkgs.zsh-autopair.src;
    }
];
2 Likes