{ pkgs, ... }: { fonts = { packages = with pkgs; [ liberation_ttf twitter-color-emoji noto-fonts sarasa-gothic ubuntu_font_family (nerdfonts.override { fonts = [ "UbuntuMono" ]; }) ]; fontconfig.defaultFonts.emoji = [ "Twitter Color Emoji" ]; }; }