refactor(nix-hm): source hm session vars before sourcing zsh config

This commit is contained in:
Price Hiller 2024-03-01 04:04:34 -06:00
parent 0117953a7d
commit 374fab530d
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -230,8 +230,8 @@ in {
zsh = {
enable = true;
initExtra = ''
source "$HOME/.config/zsh/zsh"
__HM_SESS_VARS_SOURCED= source "$HOME/.nix-profile/etc/profile.d/hm-session-vars.sh"
source "$HOME/.config/zsh/zsh"
'';
};
};