diff options
Diffstat (limited to 'sys/font/default.nix')
-rw-r--r-- | sys/font/default.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/font/default.nix b/sys/font/default.nix index fc0afaa1..5d9f6de2 100644 --- a/sys/font/default.nix +++ b/sys/font/default.nix @@ -16,6 +16,12 @@ in { pkgs.noto-fonts-emoji ]; fontconfig = { + # NOTE: This is responsible for color emoji support <2023-08-28> --> + /* + WARNING: This [link](https://gitlab.freedesktop.org/fontconfig/fontconfig/-/issues/111#note_630720) + contains some discussion about, the below code. But it's down right now. + <2023-08-28> + */ localConf = builtins.readFile ./font.xml; defaultFonts = { # FIXME: Add a serif font <2023-08-28> |