feat: change font and enable zsh integration for wezterm
This commit is contained in:
parent
7ccabe0d39
commit
f23efee17f
@ -1,9 +1,12 @@
|
||||
{
|
||||
programs.wezterm = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
extraConfig = ''
|
||||
return {
|
||||
front_end = 'WebGpu',
|
||||
font = wezterm.font 'Iosevka Nerd Font',
|
||||
font_size = 16,
|
||||
color_scheme = 'OneDark (base16)',
|
||||
hide_tab_bar_if_only_one_tab = true,
|
||||
native_macos_fullscreen_mode = true,
|
||||
|
Loading…
Reference in New Issue
Block a user