These match what `.daicrc` configures: `~/linuxhome/.local/bin` is on your `PATH`, and `MAMBA_ROOT_PREFIX` points to `~/linuxhome/.mamba`, so named environments are stored under `~/linuxhome/.mamba/envs`.
These match what `.daicrc` configures: `~/linuxhome/.local/bin` is on your `PATH`, `MAMBA_ROOT_PREFIX` points to `~/linuxhome/.mamba`, and `CONDA_ENVS_PATH` points to `~/linuxhome/.conda/envs`, which is where named environments are stored. `micromamba info` lists the directories in use.
To keep an environment in project storage instead, for example to share it with your group, create it by path with `-p` rather than by name: