Install twemoji-ttf, twemoji-color-font displays as outline

This commit is contained in:
Elnu 2023-01-14 14:59:23 -08:00
parent a8703a640e
commit 8d78d92084
2 changed files with 27 additions and 0 deletions

View file

@ -54,6 +54,7 @@ in
mplus-outline-fonts.osdnRelease
noto-fonts
(nerdfonts.override { fonts = [ "FiraCode" ]; }) # required for icons
(pkgs.callPackage ../twemoji.nix {})
];
};
}