mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 22:59:15 +00:00
ref(nix): moved hiosevka to mypkgs
This commit is contained in:
parent
e1adb13ad5
commit
3dbffa794c
5 changed files with 85 additions and 71 deletions
|
|
@ -1,8 +1,15 @@
|
|||
{
|
||||
pkgs,
|
||||
unstable,
|
||||
opam-nix,
|
||||
...
|
||||
}: {
|
||||
logisim-evolution = pkgs.callPackage ./logisim-evolution.nix {};
|
||||
necrolib = pkgs.callPackage ./necrolib.nix {inherit opam-nix;};
|
||||
|
||||
inherit
|
||||
(pkgs.callPackage ./hiosevka {inherit unstable;})
|
||||
hiosevka
|
||||
hiosevka-nerd-font
|
||||
;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue