This commit is contained in:
Aleksandr Lebedev 2025-08-17 22:48:57 +02:00
parent e6762b1078
commit 7597b1420f
4 changed files with 60 additions and 6 deletions

View file

@ -1,5 +1,6 @@
{
pkgs,
inputs,
withLsps ? false,
native ? false,
...
@ -89,6 +90,8 @@
++ (with epkgs; [
tree-sitter
tree-sitter-langs
inputs.qml-nix.packages.${pkgs.system}.tree-sitter-qmljs
inputs.qml-nix.packages.${pkgs.system}.qml-ts-mode
treesit-grammars.with-all-grammars
el-easydraw
])