diff --git a/flake.nix b/flake.nix index 26f5da3b..64718315 100644 --- a/flake.nix +++ b/flake.nix @@ -239,6 +239,9 @@ trap "rm -rf $HOME" EXIT ${homeManager.activationPackage}/activate + . "$HOME/.nix-profile/etc/profile.d/hm-session-vars.sh" + # Not sure why this variable is not filling up + export PATH="$HOME/.nix-profile/bin:$PATH" zsh -l && exit 0 '';