refactor(nix-hm): source hm session vars before sourcing zsh config
This commit is contained in:
parent
0117953a7d
commit
374fab530d
@ -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"
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user