Make alacritty font size be specified per-host

This commit is contained in:
2021-11-14 00:10:40 +00:00
parent 2b65d108d4
commit 42e062f274
3 changed files with 4 additions and 1 deletions

View File

@@ -6,4 +6,6 @@
source = ./wallpapers; source = ./wallpapers;
}; };
}; };
programs.alacritty.settings.font.size = 13;
} }

View File

@@ -11,4 +11,6 @@
source = ./wallpapers; source = ./wallpapers;
}; };
}; };
programs.alacritty.settings.font.size = 10;
} }

View File

@@ -9,7 +9,6 @@
family = "Iosevka"; family = "Iosevka";
style = "Regular"; style = "Regular";
}; };
size = 13;
colors = { colors = {
primary = { primary = {