mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 11:43:55 -05:00
home-manager: set alacritty to use 11pt DroidSansM Nerd Font Mono
This commit is contained in:
parent
f54fb17a7d
commit
14f6596d41
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue