From e33d013ca5df5e89fe9bc03ca5cae04252278731 Mon Sep 17 00:00:00 2001 From: ekzyis Date: Sat, 21 Dec 2024 14:42:15 +0100 Subject: [PATCH] Add noto-fonts-emoji to maybe fix colored emojis this was an attempt to fix missing colored emojis but it didn't work. --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 99f6b82..e661d77 100644 --- a/configuration.nix +++ b/configuration.nix @@ -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" ]; }) ];