nixos/fonts.enableDefaultFonts: add Noto Emoji

These days, emoji are ubiqitous so we need to add emoji font.
This commit is contained in:
Jan Tojnar 2019-08-29 23:03:46 +02:00 committed by worldofpeace
parent ee7c590b60
commit eafe887671

View File

@ -43,6 +43,7 @@ with lib;
pkgs.xorg.fontmiscmisc
pkgs.xorg.fontcursormisc
pkgs.unifont
pkgs.noto-fonts-emoji
];
};