Add jetbrains mono and firacode fonts & flake update

This commit is contained in:
Salar Rahmanian 2025-03-14 19:24:12 -07:00
parent dd61547952
commit 2b7f85b82a
3 changed files with 19 additions and 13 deletions

View file

@ -19,7 +19,11 @@ return {
-- color_scheme = 'tokyonight',
color_scheme = 'Tango (terminal.sexy)',
-- default_gui_startup_args = { 'connect', 'unix' },
font = wezterm.font 'SF Mono',
font = wezterm.font_with_fallback {
'SF Mono',
'JetBrains Mono',
'Fira Code',
},
font_size = 16,
dpi = 144,
scrollback_lines = 50000,