does anyone know how i can inherit environment variables with home manager from an external flake? like if i have a flake in my computer and all it does is add env variables can i import that into my home manager flake and have any env vars that i add there inherit the ones from the other flake?
#nixos #nix #homemanager