ref(nix): refactored out mkNerdFont

Time to make other customized fonts?
This commit is contained in:
Léana 江 2024-02-24 17:44:56 +01:00 committed by Léana 江
parent a024222973
commit b971010b30
3 changed files with 42 additions and 37 deletions

View file

@ -4,7 +4,9 @@
system,
opam-nix,
...
}: {
}: let
mkNerdFont = import ./mkNerdFont.nix {inherit pkgs unstable;};
in {
logisim-evolution = import ./logisim-evolution.nix {inherit pkgs;};
necrolib = import ./necrolib.nix {
@ -13,7 +15,7 @@
};
inherit
(import ./hiosevka {inherit pkgs unstable;})
(import ./hiosevka {inherit pkgs unstable mkNerdFont;})
hiosevka
hiosevka-nerd-font-mono
hiosevka-nerd-font-propo