Commit 702788d

HPCesia <me@hpcesia.com>
2025-12-29 07:43:44
feat: install more fonts
1 parent 1f6d814
Changed files (1)
modules
desktop
modules/desktop/fonts.nix
@@ -4,21 +4,27 @@
       enableDefaultPackages = false;
       fontDir.enable = true;
       packages = with pkgs; [
+        # Basic
         noto-fonts-lgc-plus
+        noto-fonts-color-emoji
 
+        # CJK
         source-han-sans
         source-han-serif
         lxgw-wenkai
         smiley-sans
 
+        # Programming
         nerd-fonts.symbols-only
         jetbrains-mono
         fira-code
         sarasa-gothic
 
-        noto-fonts-color-emoji
-
-        nur.repos.rewine.ttf-ms-win10
+        # Other
+        nur.repos.rewine.ttf-ms-win10 # For better WPS/LibreOffice compatibility with MS Word documents
+        libertine
+        stix-two
+        libertinus
       ];
     };