danth / stylix

System-wide colorscheming and typography for NixOS
https://stylix.danth.me/
MIT License
912 stars 107 forks source link

stylix.fonts.emoji breaks wezterm emoji #257

Closed KiaraGrouwstra closed 4 months ago

KiaraGrouwstra commented 4 months ago

stylix.fonts.emoji seems currently only used in wezterm. however, setting this for some fonts like stylix.fonts.emoji = { pkgs.twemoji-color-font; name = "Twitter Color Emoji"; }, seems to in fact break emoji on wezterm, instead falling back to noto-fonts-monochrome-emoji instead.

RANKSHANK commented 4 months ago

Looks related to wez/wezterm#4713

KiaraGrouwstra commented 4 months ago

thanks, let's close in favor of that one then