about summary refs log tree commit diff stats
path: root/sys
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-08-29 22:33:15 +0200
committerSoispha <soispha@vhack.eu>2023-08-29 22:33:15 +0200
commite19fb33cbb693b34b5d93a2fccbdbc876dc5bd1c (patch)
tree1751e3326f9546c2e12866f5d722f9349114e067 /sys
parentRefactor(hm/conf/nvim/plugins): Rename to `plgs` to safe commit msg space (diff)
downloadnixos-config-e19fb33cbb693b34b5d93a2fccbdbc876dc5bd1c.zip
Fix(sys/font/font.local): Remove comment, as it's not accepted in the
Diffstat (limited to '')
-rw-r--r--sys/font/default.nix6
-rw-r--r--sys/font/font.xml3
2 files changed, 6 insertions, 3 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>
diff --git a/sys/font/font.xml b/sys/font/font.xml
index 4248cc01..f3f6bb3e 100644
--- a/sys/font/font.xml
+++ b/sys/font/font.xml
@@ -1,6 +1,3 @@
-<!-- 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> -->
 <?xml version="1.0"?>
 <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
 <fontconfig>