shell/zsh: source .zshenv

This is in order to make environment variables work if starting zsh from
a tty.
This commit is contained in:
Anthony Rodriguez 2025-02-23 11:05:12 +01:00
parent b944193615
commit 333380e4c9
Signed by: nezia
SSH key fingerprint: SHA256:R/ue1eTzTHUoo77lJD/3fSUsyL4AwvcHImU5BAZai+8

View file

@ -115,6 +115,8 @@ in {
ZSH_HIGHLIGHT_STYLES[bracket-level-5]=fg=cyan,bold
ZSH_HIGHLIGHT_STYLES[cursor-matchingbracket]=standout
'';
".zshenv".source = config.hjem.users.${username}.environment.loadEnv;
};
};
};