Use Meslo font

This commit is contained in:
Oliver Davies 2024-03-31 17:30:21 +01:00
parent 2ff8640426
commit 4a10b04f8e

View file

@ -1,11 +1,11 @@
{ pkgs, ... }: { { pkgs, ... }: {
fonts = { fonts = {
monospace = { monospace = {
name = "JetBrainsMono Nerd Font Mono"; name = "MesloLGM Nerd Font Mono";
# fc-list : family | sort | grep "Nerd Font" # fc-list : family | sort | grep "Nerd Font"
package = pkgs.nerdfonts.override { fonts = [ "JetBrainsMono" ]; }; package = pkgs.nerdfonts.override { fonts = [ "Meslo" ]; };
size = "8"; size = "14";
}; };
}; };
} }