This commit is contained in:
Joseph Hanson 2024-12-10 14:25:37 -06:00
parent db3d508176
commit 4b6a2b31bb

View file

@ -1,7 +1,7 @@
{ {
"editor.fontFamily": "FiraCode Nerd Font", "editor.fontFamily": "CaskaydiaMono Nerd Font Mono",
"files.associations": { "files.associations": {
"*.json5": "jsonc", "*.json5": "jsonc"
}, },
"editor.hover.delay": 1500, "editor.hover.delay": 1500,
"editor.bracketPairColorization.enabled": true, "editor.bracketPairColorization.enabled": true,
@ -21,11 +21,11 @@
"diagnostics": { "diagnostics": {
"ignored": [], "ignored": [],
"excludedFiles": [] "excludedFiles": []
}, }
}, },
"nix": { "nix": {
"binary": "/run/current-system/sw/bin/nix", "binary": "/run/current-system/sw/bin/nix",
"maxMemoryMB": null, // disable memory limit "maxMemoryMB": null,
"flake": { "flake": {
"autoEvalInputs": true, "autoEvalInputs": true,
"autoArchive": true, "autoArchive": true,