Skip to content

Commit

Permalink
[desktops] wezterm: decrease font size
Browse files Browse the repository at this point in the history
  • Loading branch information
billy4479 committed Feb 18, 2025
1 parent a414171 commit d94725d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user/modules/applications/terminals/wezterm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
local config = wezterm.config_builder()
config.font = wezterm.font(font_name)
config.font_size = 18
config.font_size = 14
config.color_scheme = color_scheme
config.use_fancy_tab_bar = false
config.tab_bar_at_bottom = true
Expand Down

0 comments on commit d94725d

Please sign in to comment.