mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
modules/dependencies: add nodejs
This commit is contained in:
parent
75f7ec4995
commit
81874690ce
4 changed files with 54 additions and 35 deletions
|
@ -13,6 +13,10 @@ let
|
|||
default = "git";
|
||||
example = [ "gitMinimal" ];
|
||||
};
|
||||
nodejs = {
|
||||
default = "nodejs";
|
||||
example = "pkgs.nodejs_22";
|
||||
};
|
||||
tree-sitter.default = "tree-sitter";
|
||||
ueberzug.default = "ueberzugpp";
|
||||
which.default = "which";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue