1
0
Fork 0

General: save workspace settings for Codium

This commit is contained in:
Aires 2024-08-04 15:11:50 -04:00
parent ac509b5dbc
commit 11bd9b2458

7
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,7 @@
{
"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",
}