From acccdbc938a5c367b174a15cd7700c11ed781289 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20K=C3=A4nner?= Date: Tue, 12 Mar 2024 12:54:23 +0100 Subject: [PATCH] 188 current 1970-01-01 01:00:00 24.05.20240303.b8697e5 6.6.19 * --- modules/home-manager/zsh.nix | 8 ++++++++ 1 file changed, 8 insertions(+) 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 + ]; }