feat: adds hooks for direnv

This commit is contained in:
Deepak Mallubhotla 2022-06-11 22:49:24 -05:00
parent 89b09025bb
commit eee1d81855

View File

@ -64,6 +64,9 @@
}; };
} }
]; ];
initExtra = mkIf cfg.enableZshIntegration ''
eval "$(${pkgs.direnv}/bin/direnv hook zsh)"
'';
}; };