From d165428a371e794ac2c2ea0c2a5dc9cb67a96f3d Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Sun, 23 Jun 2024 09:06:36 -0400 Subject: [PATCH] more wezterm aesthetic tweaks --- modules/common/applications/wezterm.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/common/applications/wezterm.nix b/modules/common/applications/wezterm.nix index 243cec4..552356b 100644 --- a/modules/common/applications/wezterm.nix +++ b/modules/common/applications/wezterm.nix @@ -116,12 +116,13 @@ bottom = 0, }, - font = wezterm.font '${font}', + font = wezterm.font('${font}', { weight = 'Bold'}), font_size = ${if pkgs.stdenv.isLinux then "14.0" else "18.0"}, -- Tab Bar + hide_tab_bar_if_only_one_tab = true, window_frame = { - font = wezterm.font 'VictorMono Nerd Font', + font = wezterm.font('${font}', { weight = 'Bold'}), font_size = ${if pkgs.stdenv.isLinux then "12.0" else "16.0"}, },