Is there any way to enable both vscode and vscodium with home-manager?

Is there any way to enable both vscode and vscodium with home-manager?

   > pkgs.buildEnv error: two given paths contain a conflicting subpath:
   >   `/nix/store/lrq6cq1gxrj5543waw55qbhkl9lb0s3m-vscode-1.124.2/lib/vscode/LICENSES.chromium.html' and
   >   `/nix/store/10igjyp712163b0yrha69j7pg4isgv0c-vscodium-1.121.03429/lib/vscode/LICENSES.chromium.html'
   > hint: this may be caused by two different versions of the same package in buildEnv's `paths` parameter
   > hint: `pkgs.nix-diff` can be used to compare derivations

I enabled both vscode and vscodium with programs.<vscode/vscodium>.enable and i intend to keep and manage both for their extensions and etc.

How do I have both enabled in home-manager?

Choose one of them to be lower priority (for sake of example, let’s say it’s vscode), and then set programs.vscode.package = lib.lowPrio pkgs.vscode. (Haven’t tested; this should resolve this immediate issue but there may be other issues with having both modules enabled.)