home: change wezterm font-size

This commit is contained in:
Dmitriy Pleshevskiy 2023-07-31 10:51:47 +03:00
parent b06cb8ee3a
commit d239274f0c
Signed by: pleshevskiy
GPG Key ID: 79C4487B44403985
1 changed files with 2 additions and 2 deletions

View File

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