1
0
Fork 0
nix-configuration/.vscode/settings.json
2024-12-05 17:19:10 -05:00

8 lines
255 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/nil",
"nix.formatterPath": "/run/current-system/sw/bin/nix fmt"
}