Skip to content

Commit

Permalink
flake.nix: load the environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagokokada committed Oct 5, 2023
1 parent 6e3a5c5 commit 0666a64
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
'';
Expand Down

0 comments on commit 0666a64

Please sign in to comment.