From 3481bcd67587311086dd04887a7b215800b8db37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20K=C3=A4nner?= Date: Tue, 12 Mar 2024 13:11:14 +0100 Subject: [PATCH] 190 current 1970-01-01 01:00:00 24.05.20240303.b8697e5 6.6.19 * --- modules/home-manager/zsh.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/home-manager/zsh.nix b/modules/home-manager/zsh.nix index eeeabe2..bfcbe73 100644 --- a/modules/home-manager/zsh.nix +++ b/modules/home-manager/zsh.nix @@ -74,4 +74,6 @@ enableZshIntegration = true; options = ["--cmd cd"]; }; + + home.packages = with pkgs; [neovim]; }