home: change wezterm font-size
This commit is contained in:
parent
b06cb8ee3a
commit
d239274f0c
1 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ in
|
|||
extraHomeModule = { ... }: {
|
||||
local.polybar.wifiDevice = "wlp11s0f3u2";
|
||||
# local.alacritty.fontSize = 8.0;
|
||||
local.wezterm.fontSize = 11.0;
|
||||
local.wezterm.fontSize = 12.0;
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -38,7 +38,7 @@ in
|
|||
extraHomeModule = { ... }: {
|
||||
local.polybar.wifiDevice = "wlp2s0";
|
||||
# local.alacritty.fontSize = 6.0;
|
||||
local.wezterm.fontSize = 9.0;
|
||||
local.wezterm.fontSize = 10.0;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue