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,