modules/dependencies: add tree-sitter

This commit is contained in:
Gaetan Lepage 2025-04-07 15:55:20 +02:00 committed by nix-infra-bot
parent 9cc70f8c03
commit 75f7ec4995
2 changed files with 17 additions and 12 deletions

View file

@ -13,6 +13,7 @@ let
default = "git";
example = [ "gitMinimal" ];
};
tree-sitter.default = "tree-sitter";
ueberzug.default = "ueberzugpp";
which.default = "which";
};