adding math user

This commit is contained in:
2025-08-06 21:36:38 -04:00
parent c20b6d1da2
commit f0eee80c2d
11 changed files with 205 additions and 0 deletions

View File

@@ -26,5 +26,9 @@
util-linux
vlc
zoom-us
# games
dwarf-fortress
tower-pixel-dungeon
endless-sky
];
}

View File

@@ -53,6 +53,7 @@
"[nix]": { "editor.defaultFormatter": "jnoortheen.nix-ide" },
"[python]": { "editor.defaultFormatter": "charliermarsh.ruff" },
"[yaml]": { "editor.defaultFormatter": "redhat.vscode-yaml" },
"[javascriptreact]": { "editor.defaultFormatter": "esbenp.prettier-vscode" },
// spell check
"cSpell.enabled": true,