mirror of
https://github.com/softinio/nix-config.git
synced 2025-09-01 07:06:41 -07:00
Add jetbrains mono and firacode fonts & flake update
This commit is contained in:
parent
dd61547952
commit
2b7f85b82a
3 changed files with 19 additions and 13 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue