Configure wezterm, pretty much maches ghostty now

This commit is contained in:
Nathan Braswell
2026-04-11 11:01:43 -04:00
parent 5bb4b428d3
commit 31fde75af8
2 changed files with 18 additions and 1 deletions

View File

@@ -341,6 +341,23 @@
profileNames = [ "default" "st" ];
};
programs.wezterm = {
enable = true;
# settings = {
# hide_tab_bar_if_only_one_tab = true;
# };
extraConfig = ''
config.hide_tab_bar_if_only_one_tab = true;
config.line_height = 0.98; -- matching ghostty
config.window_padding = {
left = 0,
right = 0,
top = 0,
bottom = 0,
};
'';
};
programs.ghostty = {
enable = true;
settings = {