fix order of fonts in wezterm

This commit is contained in:
Simon Rieger 2023-08-27 20:06:27 +02:00
parent 08e69738fa
commit ccc537c0d3

View file

@ -140,7 +140,7 @@ window_decorations = "NONE",
scrollback_lines = 999999,
enable_scroll_bar = false,
adjust_window_size_when_changing_font_size=false,
font = wezterm.font_with_fallback({"Hack Nerd Font", "JetBrains Mono", "Hack", "Twemoji"}),
font = wezterm.font_with_fallback({"Hack Nerd Font", "Hack", "JetBrains Mono", "Twemoji"}),
font_size = 15,
force_reverse_video_cursor = false,
colors = {