Re-add Meslo Nerd Font
This commit is contained in:
parent
67a7d9d3af
commit
8607e1dee4
|
@ -27,7 +27,7 @@ with lib;
|
||||||
size = 10;
|
size = 10;
|
||||||
|
|
||||||
bold.style = "Regular";
|
bold.style = "Regular";
|
||||||
normal.family = "JetBrainsMono Nerd Font Mono";
|
normal.family = "MesloLGSDZ Nerd Font Mono";
|
||||||
};
|
};
|
||||||
|
|
||||||
terminal.shell = {
|
terminal.shell = {
|
||||||
|
|
|
@ -4,13 +4,11 @@
|
||||||
fonts = {
|
fonts = {
|
||||||
fontconfig = {
|
fontconfig = {
|
||||||
enable = true;
|
enable = true;
|
||||||
defaultFonts = {
|
|
||||||
monospace = [ "JetBrainsMono Nerd Font Mono" ];
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
nerd-fonts.jetbrains-mono
|
nerd-fonts.jetbrains-mono
|
||||||
|
nerd-fonts.meslo-lg
|
||||||
nerd-fonts.terminess-ttf
|
nerd-fonts.terminess-ttf
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue