dotfiles/.vscode/settings.json

15 lines
306 B
JSON

{
"nix.enableLanguageServer": true,
"nix.formatterPath": "nixpkgs-fmt",
"nix.serverSettings": {
"nil": {
"formatting": {
"command": [
"nixpkgs-fmt"
],
}
}
},
"direnv.restart.automatic": true,
}