Description
Is your feature request related to a problem? Please describe.
I have a workspace with multiple roots. Some are node projects, some are C++ projects with CMake and I use nix to manage all the environments.
The nix-env-selector don't seem to support this. I cannot select which nix file I'm loading for which directory, and some tools don't seem to work. I must run all my tools in the integrated terminal instead of using extension commands
Describe the solution you'd like
Being able to select a nix file for each projects.
Describe alternatives you've considered
Running all tools in the integrated terminal. For some things like python debugging it seem to work since the venv point to the nix python.
Also running everything in different windows seem to work.