--wip-- [skip ci]

This commit is contained in:
Filippo Berto 2025-11-05 01:03:01 +01:00
parent 18964a177a
commit 1bceab38c6
7 changed files with 9 additions and 11 deletions

View file

@ -8,7 +8,7 @@
lib.optionals config.programs.helix.enable
(
builtins.attrValues {
inherit (pkgs) yaml-language-server taplo-cli;
inherit (pkgs) yaml-language-server taplo;
inherit (pkgs.nodePackages) vscode-langservers-extracted;
}
)