fix colour emojis
This commit is contained in:
parent
24bfbbabfa
commit
bec8aba170
|
@ -9,6 +9,9 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
fonts.enableDefaultFonts = true;
|
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;
|
services.printing.enable = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue