add nix path to nixd config

Former-commit-id: d7831f4115
This commit is contained in:
Hadi
2024-10-23 20:00:11 +02:00
parent 3e2f341bdb
commit 961bb66e39

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;