mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-25 04:21:53 -05:00
alacritty: pull font size from theme module
This commit is contained in:
parent
9a285c0c27
commit
488be34ee7
|
@ -26,7 +26,7 @@ in {
|
|||
style = "Regular";
|
||||
};
|
||||
|
||||
size = config.gtk.font.size + 1;
|
||||
size = cfg.theme.font.monospaceFont.size + 1;
|
||||
};
|
||||
|
||||
selection.save_to_clipboard = true;
|
||||
|
|
Loading…
Reference in a new issue