home: move legacy zsh import to correct location
This commit is contained in:
parent
71fbecf769
commit
54a0e592ae
@ -21,7 +21,7 @@ in
|
|||||||
programs.fzf.enableZshIntegration = true;
|
programs.fzf.enableZshIntegration = true;
|
||||||
programs.zsh = {
|
programs.zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
envExtra = ''
|
initExtra = ''
|
||||||
export HOME_MANAGER_MANAGED=true
|
export HOME_MANAGER_MANAGED=true
|
||||||
[[ -e ~/dotfiles/shell/.zshrc ]] && . ~/dotfiles/shell/.zshrc ]]
|
[[ -e ~/dotfiles/shell/.zshrc ]] && . ~/dotfiles/shell/.zshrc ]]
|
||||||
unset HOME_MANAGER_MANAGED
|
unset HOME_MANAGER_MANAGED
|
||||||
|
Loading…
x
Reference in New Issue
Block a user