refactor(wezterm): use standalone font for Fira Code, not nerd fonts

Should be using a standalone font that includes the nerd fonts only
instead of a patched font. Missing symbols from the font can be looked
up in other fonts.

Wezterm includes a symbols nerd font as part of it by default. No need
to use a patched font.
This commit is contained in:
Price Hiller 2023-12-19 00:21:02 -06:00
parent 54b9973503
commit a35f9862c2
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -5,7 +5,7 @@ return {
line_height = 1.0,
font = wezterm.font_with_fallback({
{
family = "FiraCode Nerd Font",
family = "Fira Code",
harfbuzz_features = {
"zero",
"cv02",