From 54a0e592ae24457bebbfd4219d0a1ce8525a1f7c Mon Sep 17 00:00:00 2001 From: NullBite Date: Thu, 29 Feb 2024 19:06:45 -0500 Subject: [PATCH] home: move legacy zsh import to correct location --- home/profile/base.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/profile/base.nix b/home/profile/base.nix index d7d5716..310a321 100644 --- a/home/profile/base.nix +++ b/home/profile/base.nix @@ -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