pass other values as arg

This commit is contained in:
Noah Masur
2022-04-28 20:54:37 -04:00
parent 71e4cc2f5a
commit b922cd8f09
6 changed files with 22 additions and 22 deletions

View File

@ -1,4 +1,4 @@
{ pkgs, config, ... }: {
{ pkgs, config, font, ... }: {
programs.alacritty = {
enable = true;
settings = {
@ -15,7 +15,7 @@
scrolling.history = 10000;
font = {
size = 14.0;
normal = { family = "${config.font}"; };
normal = { family = font.name; };
};
key_bindings = [
{