chore(alacritty): use IBM Plex Mono
This commit is contained in:
parent
9fe308fb83
commit
43c720d245
2 changed files with 3 additions and 2 deletions
system/nixos/nixedo
|
@ -181,7 +181,7 @@ in
|
|||
fontconfig = {
|
||||
enable = true;
|
||||
defaultFonts = {
|
||||
monospace = [ "Meslo LG M Regular Nerd Font Complete Mono" ];
|
||||
monospace = [ "BlexMono Nerd Font Mono" ];
|
||||
};
|
||||
};
|
||||
fonts = with pkgs; [
|
||||
|
@ -189,6 +189,7 @@ in
|
|||
fonts = [
|
||||
"Iosevka"
|
||||
"JetBrainsMono"
|
||||
"IBMPlexMono"
|
||||
"Meslo"
|
||||
];
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue