Hello,
I’ve been using NixOS for a while and every time I update my flake all of my plugins in DBeaver are lost. Looking into it for a while I’ve noticed that in the case of Eclipse you can build it with plugins declaratively with the eclipseWithPlugins
function, but there’s no such thing for DBeaver, and trying to run the same function but with pkgs.dbeaver-bin
instead of eclipse doesn’t work.
Is there a way to make this work ? Cause as far as I know you can use the same plugins from Eclipse into DBeaver. I use Vrapper on both for example.