add nix path to nixd config

This commit is contained in:
Hadi 2024-10-23 20:00:11 +02:00
parent a74e365403
commit d7831f4115

View File

@ -7,7 +7,10 @@
bashls.enable = true;
clangd.enable = true;
gopls.enable = true;
nixd.enable = true;
nixd = {
enable = true;
extraOptions = { expr = "import <nixpkgs> {}"; };
};
tailwindcss.enable = true;
html.enable = true;
svelte.enable = true;