fix colour emojis

This commit is contained in:
Felix Schröter 2019-10-21 16:49:35 +02:00 committed by Felix Schröter
parent 24bfbbabfa
commit bec8aba170

View file

@ -9,6 +9,9 @@
];
fonts.enableDefaultFonts = true;
fonts.fontconfig.defaultFonts.monospace = [ "Noto Color Emoji" ];
fonts.fontconfig.defaultFonts.sansSerif = [ "Noto Color Emoji" ];
fonts.fontconfig.defaultFonts.serif = [ "Noto Color Emoji" ];
services.printing.enable = true;
}