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:
parent
cb12f264ef
commit
e33d013ca5
|
@ -167,7 +167,7 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
fonts.packages = with pkgs; [
|
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" ]; })
|
(nerdfonts.override { fonts = [ "Hack" ]; })
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue