Change wezterm font

This commit is contained in:
Isshi0417 2024-07-15 22:58:15 +09:00
parent 86daa9ab69
commit 19bc174c77

View File

@ -3,5 +3,6 @@ local wezterm = require 'wezterm'
local config = wezterm.config_builder()
config.color_scheme = 'Gruvbox dark, medium (base16)'
config.font = wezterm.font 'GohuFont 14 Nerd Font Mono'
return config