1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

feat(fotns): change emoji font

This commit is contained in:
2022-08-18 18:46:54 +02:00
parent 9a2f03beaf
commit e3a6b9ee03

View File

@@ -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"];