1
0
Fork 0
nix-configuration/.vscode/settings.json

7 lines
266 B
JSON

{
"direnv.path.executable": "/run/current-system/sw/bin/direnv",
"direnv.restart.automatic": true,
"nix.enableLanguageServer": true,
"nix.serverPath": "/run/current-system/sw/bin/nixd",
"nix.formatterPath": "/run/current-system/sw/bin/nix fmt",
}