Re-add Meslo Nerd Font
This commit is contained in:
parent
67a7d9d3af
commit
8607e1dee4
|
@ -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 = {
|
||||
|
|
|
@ -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
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue