Skip to content

Commit

Permalink
fix(wezterm): amend font until issue with wayland
Browse files Browse the repository at this point in the history
is fixed
  • Loading branch information
sbulav committed Apr 2, 2024
1 parent b11b573 commit 3cbd3cc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion nix/modules/home/desktop/addons/wezterm/wezterm.lua
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ if wezterm.target_triple == "aarch64-apple-darwin" then
config.font_size = 18
-- Linux Setup
else
config.font_size = 14
-- Until issue with wayland is fixed
-- config.font_size = 14
config.font_size = 18
end
-- }}}
-- Windows
Expand Down

0 comments on commit 3cbd3cc

Please sign in to comment.