fix(wezterm): use bundled nerd font symbols are used before system fonts

This commit is contained in:
Price Hiller 2023-07-19 00:20:30 -05:00
parent 5762ecc9ae
commit 69fdebf5f8
No known key found for this signature in database

View File

@ -28,6 +28,7 @@ return {
{ {
family = "Noto Fonts Emoji", family = "Noto Fonts Emoji",
}, },
{ family = "Nerd Font Symbols" },
}), }),
font_size = 11, font_size = 11,
} }