mirror of
https://github.com/ryanccn/flake.git
synced 2025-12-06 08:10:43 +01:00
feat: reorganize, update
This commit is contained in:
parent
eb6b664802
commit
872c6be493
10 changed files with 140 additions and 139 deletions
|
|
@ -4,11 +4,17 @@
|
|||
inter
|
||||
public-sans
|
||||
|
||||
flake'.packages.ibm-plex-compat
|
||||
(flake'.packages.ibm-plex-compat.override {
|
||||
families = [
|
||||
"sans"
|
||||
"serif"
|
||||
"mono"
|
||||
];
|
||||
})
|
||||
|
||||
flake'.packages.ryan-mono-bin
|
||||
|
||||
# Install the variable fonts for Cascadia Code (which
|
||||
# are recommended) instead of the static fonts
|
||||
# Install variable fonts for Cascadia Code instead of static fonts
|
||||
(cascadia-code.overrideAttrs {
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
|
|
@ -17,8 +23,6 @@
|
|||
'';
|
||||
})
|
||||
|
||||
(nerdfonts.override {
|
||||
fonts = [ "NerdFontsSymbolsOnly" ];
|
||||
})
|
||||
nerd-fonts.symbols-only
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue