update font config

This commit is contained in:
Felix Schröter 2019-10-21 17:51:57 +02:00 committed by Felix Schröter
parent 3fcb6120f2
commit c634652369

View file

@ -9,7 +9,9 @@
];
fonts.enableDefaultFonts = true;
fonts.fontconfig.defaultFonts.monospace = [ "Noto Color Emoji" ];
fonts.fonts = with pkgs; [
hasklig
];
fonts.fontconfig.defaultFonts.sansSerif = [ "Noto Color Emoji" ];
fonts.fontconfig.defaultFonts.serif = [ "Noto Color Emoji" ];