From 19bc174c77efea2e0d5b2fd99d58bd010bf32908 Mon Sep 17 00:00:00 2001 From: Isshi0417 Date: Mon, 15 Jul 2024 22:58:15 +0900 Subject: [PATCH] Change wezterm font --- modules/home-manager/terminal/wezterm/config/wezterm.lua | 1 + 1 file changed, 1 insertion(+) 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