fix: alacritty font

This commit is contained in:
Laureηt 2022-12-21 19:51:08 +01:00
parent b8512c43b2
commit 2f92e74a6d
Signed by: Laurent
SSH key fingerprint: SHA256:kZEpW8cMJ54PDeCvOhzreNr4FSh6R13CMGH/POoO8DI

View file

@ -206,7 +206,10 @@ in
settings = {
import = [ "${catppuccin-alacritty}/catppuccin-mocha.yml" ];
window.opacity = 0.825;
font.size = 9.5;
font = {
normal.family = "FiraCode Nerd Font Mono";
size = 9.5;
};
};
};