Files
nix-config/.vscode/settings.json
2025-06-24 19:49:08 +02:00

20 lines
371 B
JSON

{
"[nix]": {
"editor.defaultFormatter": "jnoortheen.nix-ide"
},
"nix.enableLanguageServer": true,
"nix.serverPath": "nil",
"nix.formatterPath": "alejandra",
"nix.serverSettings": {
"nil": {
"formatting": {
"command": ["alejandra"]
},
"flake": {
"autoArchive": true,
"autoEvalInputs": true
}
}
}
}