From ff54cb0916cab21a62f50f19d014ffaf73c6459a Mon Sep 17 00:00:00 2001 From: Hyuga Tsukui Date: Tue, 27 Aug 2024 10:31:59 +0900 Subject: [PATCH] font refer Hack Nerd Font --- dot_wezterm.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'