Commit 702788d
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
];
};