From f23efee17f6b7832b7b9bc08d6e35c433a2def19 Mon Sep 17 00:00:00 2001 From: Maddie H Date: Wed, 9 Oct 2024 23:17:01 +0100 Subject: [PATCH] feat: change font and enable zsh integration for wezterm --- homes/common/wezterm.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/homes/common/wezterm.nix b/homes/common/wezterm.nix index 4c5bf97..3362b28 100644 --- a/homes/common/wezterm.nix +++ b/homes/common/wezterm.nix @@ -1,9 +1,12 @@ { programs.wezterm = { enable = true; + enableZshIntegration = true; extraConfig = '' return { front_end = 'WebGpu', + font = wezterm.font 'Iosevka Nerd Font', + font_size = 16, color_scheme = 'OneDark (base16)', hide_tab_bar_if_only_one_tab = true, native_macos_fullscreen_mode = true,