ref(nix): export lib

This commit is contained in:
Léana 江 2024-03-08 13:12:09 +01:00 committed by Léana 江
parent 73afd2e280
commit 5b8e87c7a4
8 changed files with 30 additions and 6 deletions

View file

@ -1,14 +0,0 @@
{pkgs}: let
pname = "hiosevka";
in
(pkgs.iosevka.overrideAttrs (_: {inherit pname;}))
.override {
set = pname;
/*
Guide: https://github.com/be5invis/Iosevka/blob/main/doc/custom-build.md
Use `term` spacing to avoid dashed arrow issue
https://github.com/ryanoasis/nerd-fonts/issues/1018
*/
privateBuildPlan = builtins.readFile ./buildplan.toml;
}