From e3a6b9ee03a388ce01cd43500dcca7fbcdf3decb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Thu, 18 Aug 2022 18:46:54 +0200 Subject: [PATCH] feat(fotns): change emoji font --- configs/fonts.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/configs/fonts.nix b/configs/fonts.nix index 09ed1ad..2711915 100644 --- a/configs/fonts.nix +++ b/configs/fonts.nix @@ -1,5 +1,4 @@ {pkgs, ...}: { - nixpkgs.config.joypixels.acceptLicense = true; fonts = { enableDefaultFonts = true; fontDir.enable = true; @@ -24,7 +23,6 @@ ia-writer-duospace ibm-plex jetbrains-mono - joypixels libertinus libre-bodoni lmodern @@ -32,6 +30,7 @@ ocr-a roboto roboto-mono + noto-fonts-emoji roboto-slab scheherazade-new source-code-pro @@ -44,7 +43,7 @@ zilla-slab ]; # google-fonts league-of-moveable-type fontconfig.defaultFonts = let - emojiFont = "JoyPixels"; + emojiFont = "Noto Emoji"; in { monospace = ["JetBrains Mono" emojiFont]; serif = ["Merriweather"];