diff --git a/users/daniel/default.nix b/users/daniel/default.nix index c3e5d21..6a99aa4 100644 --- a/users/daniel/default.nix +++ b/users/daniel/default.nix @@ -8,6 +8,7 @@ }: let cliPackages = with pkgs; [ aerc + direnv entr go_1_18 gomuks @@ -133,6 +134,9 @@ in { zsh = { enable = true; enableAutosuggestions = true; + initExtra = '' + eval "$(direnv hook zsh)" + ''; oh-my-zsh = { enable = true; plugins = ["git" "fzf"];