1

Modules/Neovim: Enable nixd + alejandra also for headless

This commit is contained in:
2026-01-24 01:31:42 +01:00
parent 9a9bffd637
commit 515110ff7d

View File

@ -38,7 +38,6 @@ in {
ltex-ls # TODO: Only enable on-demand ltex-ls # TODO: Only enable on-demand
lua-language-server lua-language-server
# nil # nil
nixd
basedpyright basedpyright
pyrefly pyrefly
ty ty
@ -64,7 +63,6 @@ in {
# statix # nix (doesn't recognize pipe operator) # statix # nix (doesn't recognize pipe operator)
# Formatters # Formatters
alejandra # nix
cljfmt cljfmt
python313Packages.black python313Packages.black
google-java-format google-java-format
@ -83,6 +81,9 @@ in {
# Dependencies # Dependencies
lua54Packages.jsregexp # For tree-sitter lua54Packages.jsregexp # For tree-sitter
# nodejs_latest # nodejs_latest
nixd
alejandra # nix
] ]
]; ];
}; };