nixos-configs/.vscode/settings.json

12 lines
224 B
JSON
Raw Normal View History

2024-12-27 16:44:03 -06:00
{
"nix.enableLanguageServer": true,
"nix.serverSettings": {
"nil": {
"formatting": {
"command": [
"alejandra"
]
}
}
},
}