Use MesloLGSDZ Nerd Font Mono

This commit is contained in:
Oliver Davies 2024-03-31 18:13:01 +01:00
parent 13f23e88de
commit 8a4f0d3bf3

View file

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