diff --git a/home.nix b/home.nix index 05a6618..162d804 100644 --- a/home.nix +++ b/home.nix @@ -107,6 +107,11 @@ in { # development neovide + clang + clang-tools + cargo + bash + nodejs # custom (callPackage ./pkgs/tikz-uml/tikzuml.nix {}) @@ -177,6 +182,7 @@ in { initExtra = '' [[ ! -f ${./p10k.zsh} ]] || source ${./p10k.zsh} + eval "$(zoxide init zsh)" ''; plugins = [ {