Use Meslo font
This commit is contained in:
parent
2ff8640426
commit
4a10b04f8e
|
@ -1,11 +1,11 @@
|
|||
{ pkgs, ... }: {
|
||||
fonts = {
|
||||
monospace = {
|
||||
name = "JetBrainsMono Nerd Font Mono";
|
||||
name = "MesloLGM Nerd Font Mono";
|
||||
# fc-list : family | sort | grep "Nerd Font"
|
||||
|
||||
package = pkgs.nerdfonts.override { fonts = [ "JetBrainsMono" ]; };
|
||||
size = "8";
|
||||
package = pkgs.nerdfonts.override { fonts = [ "Meslo" ]; };
|
||||
size = "14";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue