From 8d739fe5ba3ed869d39e8def7614e12ecf991636 Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Thu, 9 Nov 2023 22:05:40 +0100 Subject: [PATCH] pinwheel: Set font in `wezterm` --- hosts/pinwheel/modules/wezterm/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/pinwheel/modules/wezterm/default.nix b/hosts/pinwheel/modules/wezterm/default.nix index b37ec01..35b846d 100644 --- a/hosts/pinwheel/modules/wezterm/default.nix +++ b/hosts/pinwheel/modules/wezterm/default.nix @@ -24,6 +24,7 @@ in config.color_scheme = 'Dracula (Official)' + config.font = wezterm.font 'JetBrainsMono Nerd Font' -- to get "perfect" scaling to the right config.font_size = 15.2