chore(alacritty): use IBM Plex Mono

This commit is contained in:
Oliver Davies 2023-06-23 22:33:42 +01:00
parent 9fe308fb83
commit 43c720d245
2 changed files with 3 additions and 2 deletions
system/nixos/nixedo

View file

@ -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"
];
})