Files
nix-config/.vscode/settings.base.json
T

15 lines
216 B
JSON

{
"nix.enableLanguageServer": true,
"nix.serverPath": "nixd",
"nix.serverSettings": {
"nixd": {
"formatting": {
"command": ["nixfmt"]
},
"nixpkgs": {
"expr": "import <nixpkgs> {}"
}
}
}
}