add mononoki nerd font as a default wezterm font to fix linux :)

This commit is contained in:
JesseBot 2023-06-04 10:00:54 +02:00
parent 7bb6fcfb4a
commit 7f9ac4829c

View file

@ -12,7 +12,7 @@ return {
-- font stuff
-- don't complain if an icon or character is missing
warn_about_missing_glyphs = false,
font = wezterm.font_with_fallback { 'mononoki', 'Symbols Nerd Font Mono' },
font = wezterm.font_with_fallback { 'Mononoki Nerd Font', 'Symbols Nerd Font Mono' },
font_size = 15,
-- window look and feel