alacritty: fix fotn references
Some checks are pending
nix-build / default-build (push) Waiting to run
nix-build / fallarbor-build (push) Waiting to run
nix-build / lavaridge-build (push) Waiting to run
nix-build / mauville-build (push) Waiting to run
nix-build / petalburg-build (push) Waiting to run
nix-build / rustboro-build (push) Waiting to run
nix-check / fmt-check (push) Waiting to run
nix-check / eval-check (push) Waiting to run

This commit is contained in:
Aly Raffauf 2024-08-09 00:34:54 -04:00
parent 393d1ca9c0
commit 1db45c86e4

View file

@ -22,11 +22,11 @@ in {
font = { font = {
normal = { normal = {
family = cfg.theme.font.monospaceFont.name; family = cfg.theme.monospaceFont.name;
style = "Regular"; style = "Regular";
}; };
size = cfg.theme.font.monospaceFont.size + 1; size = cfg.theme.monospaceFont.size + 1;
}; };
selection.save_to_clipboard = true; selection.save_to_clipboard = true;