feat: source han fonts

This commit is contained in:
2025-12-05 13:06:48 -07:00
parent a7f27504ae
commit fb081d9d8e
+4
View File
@@ -25,6 +25,10 @@ in {
cp -r *.ttf $out/share/fonts/truetype/berkeley-mono cp -r *.ttf $out/share/fonts/truetype/berkeley-mono
''; '';
}) })
pkgs.source-han-serif-vf-otf
pkgs.source-han-serif
pkgs.source-han-sans
pkgs.source-han-mono
pkgs.noto-fonts-cjk-sans pkgs.noto-fonts-cjk-sans
]; ];
}; };