diff --git a/hosts/configuration_desktop.nix b/hosts/configuration_desktop.nix index 380a922..7cfcd00 100644 --- a/hosts/configuration_desktop.nix +++ b/hosts/configuration_desktop.nix @@ -111,6 +111,7 @@ powerline-fonts powerline-symbols tree + direnv ]; }; diff --git a/modules/shell/zsh.nix b/modules/shell/zsh.nix index eccbfdb..b3fdff8 100644 --- a/modules/shell/zsh.nix +++ b/modules/shell/zsh.nix @@ -39,6 +39,7 @@ # emulate zsh -c "$(direnv hook zsh)" # Swag pfetch # Show fetch logo on terminal start + eval "$(direnv hook zsh)" ''; }; };