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": {
"*.json5": "jsonc",
"*.json5": "jsonc"
},
"editor.hover.delay": 1500,
"editor.bracketPairColorization.enabled": true,
@ -21,11 +21,11 @@
"diagnostics": {
"ignored": [],
"excludedFiles": []
},
}
},
"nix": {
"binary": "/run/current-system/sw/bin/nix",
"maxMemoryMB": null, // disable memory limit
"maxMemoryMB": null,
"flake": {
"autoEvalInputs": true,
"autoArchive": true,