mirror of
https://codeberg.org/leana8959/.files.git
synced 2026-02-04 07:59:40 +00:00
ref(nix): refactored out mkNerdFont
Time to make other customized fonts?
This commit is contained in:
parent
a024222973
commit
b971010b30
3 changed files with 42 additions and 37 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue