mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 15:00:14 +00:00
pass other values as arg
This commit is contained in:
@ -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 = [
|
||||
{
|
||||
|
Reference in New Issue
Block a user