feat: alacritty config and font

This commit is contained in:
Gustavo "Guz" L. de Mello
2024-05-26 18:41:12 -03:00
parent 5e82a9cbfb
commit 924a6546dc

View File

@@ -188,9 +188,13 @@ in {
settings = {
shell.program = cfg.shell.bin;
shell.args = cfg.shell.defaultArgs;
window = {
padding.x = 5;
padding.y = 5;
};
font = {
normal = {
family = "Fira Code";
family = "FiraCode Nerd Font";
style = "Regular";
};
size = 10;