Add noto-fonts-emoji to maybe fix colored emojis

this was an attempt to fix missing colored emojis but it didn't work.
This commit is contained in:
ekzyis 2024-12-21 14:42:15 +01:00
parent cb12f264ef
commit e33d013ca5
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@
];
fonts.packages = with pkgs; [
hack-font noto-fonts noto-fonts-cjk-sans noto-fonts-color-emoji
hack-font noto-fonts noto-fonts-cjk-sans noto-fonts-color-emoji noto-fonts-emoji
(nerdfonts.override { fonts = [ "Hack" ]; })
];