home: move legacy zsh import to correct location

This commit is contained in:
NullBite 2024-02-29 19:06:45 -05:00
parent 71fbecf769
commit 54a0e592ae
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

View File

@ -21,7 +21,7 @@ in
programs.fzf.enableZshIntegration = true;
programs.zsh = {
enable = true;
envExtra = ''
initExtra = ''
export HOME_MANAGER_MANAGED=true
[[ -e ~/dotfiles/shell/.zshrc ]] && . ~/dotfiles/shell/.zshrc ]]
unset HOME_MANAGER_MANAGED