machines/home: change alacritty font size

This commit is contained in:
Dmitriy Pleshevskiy 2022-10-17 12:48:20 +03:00
parent 3a67d13d06
commit c76d23abdf
Signed by: pleshevskiy
GPG key ID: 1B59187B161C0215

View file

@ -13,6 +13,7 @@ in
extraHomeModule = { ... }: {
local.polybar.wifiDevice = "wlp11s0f3u2";
local.alacritty.fontSize = 8.0;
};
};