If I open alacritty and then open neovim with nvim the $PATH is set correctly in neovim
echo $PATH from nvim command line

If I open neovim with the keyboard hotkey or with the walker launcher the path is not correct.
echo $PATH from nvim command line

This causes issues for things like nodejs installed via mise since neovim isn't able to find it in the $PATH.
If I open alacritty and then open neovim with
nvimthe $PATH is set correctly in neovimecho $PATH from nvim command line

If I open neovim with the keyboard hotkey or with the walker launcher the path is not correct.

echo $PATH from nvim command line
This causes issues for things like nodejs installed via mise since neovim isn't able to find it in the $PATH.