diff --git a/home/apps/nvim.nix b/home/apps/nvim.nix index 678de14..7e041b4 100644 --- a/home/apps/nvim.nix +++ b/home/apps/nvim.nix @@ -25,6 +25,7 @@ in { extraPackages = with pkgs; [ tree-sitter + lazygit ]; };