1
0
Fork 0
mirror of https://github.com/ryanccn/flake.git synced 2025-12-06 08:10:43 +01:00

feat(fonts): add Commit Mono and Nerd Font Symbols

This commit is contained in:
Ryan Cao 2023-11-02 18:49:09 +08:00
parent 1d4ae1c881
commit 0ea67a14c6
Signed by: ryanccn
SSH key fingerprint: SHA256:NtP/BlVhoQq4xU6BEcZeT8nIPvHntkJ3lIc2yB+F09E

View file

@ -4,10 +4,15 @@
public-sans public-sans
inriafonts inriafonts
ibm-plex ibm-plex
ryan-mono-bin ryan-mono-bin
ryan-term-bin ryan-term-bin
commit-mono
(nerdfonts.override { (nerdfonts.override {
fonts = ["CascadiaCode"]; fonts = [
"CascadiaCode"
"NerdFontsSymbolsOnly"
];
}) })
]; ];
} }