home-manager: set alacritty to use 11pt DroidSansM Nerd Font Mono

This commit is contained in:
Aly Raffauf 2024-03-22 13:24:12 -04:00
parent f54fb17a7d
commit 14f6596d41

View file

@ -30,6 +30,10 @@
programs.alacritty = {
enable = true;
settings = {
font = {
normal = { family = "DroidSansM Nerd Font Mono"; style = "Regular"; };
size = 11;
};
selection.save_to_clipboard = true;
window = {
# blur = true;