diff --git a/dot_wezterm.lua b/dot_wezterm.lua index 6ed8443..cce56a3 100644 --- a/dot_wezterm.lua +++ b/dot_wezterm.lua @@ -1,7 +1,7 @@ local wezterm = require("wezterm") local config = wezterm.config_builder() -config.font = wezterm.font("Hack") +config.font = wezterm.font("Hack Nerd Font") config.font_size = 18 config.color_scheme = 'tokyonight'