nixos/home: decrease wezterm font size

This commit is contained in:
Dmitriy Pleshevskiy 2023-09-18 14:48:16 +03:00
parent 247ec48174
commit ff0905e605
Signed by: pleshevskiy
GPG key ID: 79C4487B44403985

View file

@ -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;
};
};