diff --git a/modules/home-manager/zsh.nix b/modules/home-manager/zsh.nix index eeeabe2..431dda7 100644 --- a/modules/home-manager/zsh.nix +++ b/modules/home-manager/zsh.nix @@ -74,4 +74,12 @@ enableZshIntegration = true; options = ["--cmd cd"]; }; + + home.packages = with pkgs; [ + neovim + bat + btop + starship + zoxide + ]; }