Is your feature request related to a problem? Please describe.
Currently all of the language dependencies are being brought into the global scope here
https://github.com/tsandrini/tensorfiles/blob/main/parts/modules/home-manager/programs/editors/emacs-doom.nix#L78
This is heavily undesired and can bring conflicts further on.
Describe the solution you'd like
Create a FHS wrapper both for emacs and vscode (maybe even nvim), that would bring the dependencies into scope?
Describe alternatives you've considered
A FHS wrapper might possibly be too much, try to look into other options.
Additional context
Add a 👍 reaction to issues you find important.
Is your feature request related to a problem? Please describe.
Currently all of the language dependencies are being brought into the global scope here
https://github.com/tsandrini/tensorfiles/blob/main/parts/modules/home-manager/programs/editors/emacs-doom.nix#L78
This is heavily undesired and can bring conflicts further on.
Describe the solution you'd like
Create a FHS wrapper both for emacs and vscode (maybe even nvim), that would bring the dependencies into scope?
Describe alternatives you've considered
A FHS wrapper might possibly be too much, try to look into other options.
Additional context
Add a 👍 reaction to issues you find important.