nixos/home: decrease wezterm font size
This commit is contained in:
parent
247ec48174
commit
ff0905e605
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ in
|
|||
extraHomeModule = { ... }: {
|
||||
local.polybar.wifiDevice = "wlp11s0f3u2";
|
||||
# local.alacritty.fontSize = 8.0;
|
||||
local.wezterm.fontSize = 12.0;
|
||||
local.wezterm.fontSize = 10.0;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue