configured nixd

This commit is contained in:
willifan 2025-01-05 00:23:52 +01:00
parent 530eff03e7
commit d73191e526
2 changed files with 11 additions and 2 deletions

View file

@ -16,6 +16,11 @@
lua_ls = {enable = true;};
nixd = {
enable = true;
settings = {
formatting.command = [ "nixpkgs-fmt" ];
nixpkgs.expr = "import <nixpkgs> {}";
};
};
pyright = {enable = true;};
gopls = {enable = true;};