alacritty: pull font size from theme module

This commit is contained in:
Aly Raffauf 2024-08-07 22:06:06 -04:00
parent 9a285c0c27
commit 488be34ee7

View file

@ -26,7 +26,7 @@ in {
style = "Regular"; style = "Regular";
}; };
size = config.gtk.font.size + 1; size = cfg.theme.font.monospaceFont.size + 1;
}; };
selection.save_to_clipboard = true; selection.save_to_clipboard = true;