Add Merriweather to font list

This commit is contained in:
Natsu Kagami 2021-11-08 18:08:33 -05:00
parent 3efe77360d
commit a6bf01e8ee
Signed by: nki
GPG key ID: 7306B3D3C3AD6E51

View file

@ -10,6 +10,7 @@ with lib;
(nerdfonts.override { fonts = [ "FantasqueSansMono" ]; }) (nerdfonts.override { fonts = [ "FantasqueSansMono" ]; })
noto-fonts noto-fonts
noto-fonts-cjk noto-fonts-cjk
merriweather
]; ];
} // (if (strings.hasSuffix "linux" pkgs.system) then { } // (if (strings.hasSuffix "linux" pkgs.system) then {
enableDefaultFonts = false; enableDefaultFonts = false;