diff --git a/modules/home-manager/terminal/wezterm/config/wezterm.lua b/modules/home-manager/terminal/wezterm/config/wezterm.lua index c9fb33a..2124a60 100644 --- a/modules/home-manager/terminal/wezterm/config/wezterm.lua +++ b/modules/home-manager/terminal/wezterm/config/wezterm.lua @@ -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 \ No newline at end of file