Files
nix-config/.vscode/settings.json
2025-06-11 16:13:43 +02:00

16 lines
285 B
JSON

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