diff --git a/modules/common/applications/wezterm.nix b/modules/common/applications/wezterm.nix index 552356b..fd0b34a 100644 --- a/modules/common/applications/wezterm.nix +++ b/modules/common/applications/wezterm.nix @@ -110,10 +110,10 @@ -- Window window_padding = { - left = 6, - right = 6, - top = 0, - bottom = 0, + left = 10, + right = 10, + top = 10, + bottom = 10, }, font = wezterm.font('${font}', { weight = 'Bold'}),