Re-add Meslo Nerd Font

This commit is contained in:
Oliver Davies 2024-12-22 22:54:21 +00:00
parent 67a7d9d3af
commit 8607e1dee4
2 changed files with 2 additions and 4 deletions

View file

@ -27,7 +27,7 @@ with lib;
size = 10;
bold.style = "Regular";
normal.family = "JetBrainsMono Nerd Font Mono";
normal.family = "MesloLGSDZ Nerd Font Mono";
};
terminal.shell = {

View file

@ -4,13 +4,11 @@
fonts = {
fontconfig = {
enable = true;
defaultFonts = {
monospace = [ "JetBrainsMono Nerd Font Mono" ];
};
};
packages = with pkgs; [
nerd-fonts.jetbrains-mono
nerd-fonts.meslo-lg
nerd-fonts.terminess-ttf
];
};