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:
parent
1d4ae1c881
commit
0ea67a14c6
1 changed files with 6 additions and 1 deletions
|
|
@ -4,10 +4,15 @@
|
|||
public-sans
|
||||
inriafonts
|
||||
ibm-plex
|
||||
|
||||
ryan-mono-bin
|
||||
ryan-term-bin
|
||||
commit-mono
|
||||
(nerdfonts.override {
|
||||
fonts = ["CascadiaCode"];
|
||||
fonts = [
|
||||
"CascadiaCode"
|
||||
"NerdFontsSymbolsOnly"
|
||||
];
|
||||
})
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue