Package logo

This commit is contained in:
ctsk
2023-09-17 14:52:43 +02:00
parent af3136d19c
commit 6c36eca631
7 changed files with 20 additions and 0 deletions

View File

@@ -13,6 +13,7 @@
customPackagesModule = {...}: {
nixpkgs.overlays =
[
(super: self: { logo = super.callPackage ./lib/pkgs/logo { }; })
(super: self: { config-archive = super.callPackage ./lib/pkgs/config-archive.nix { }; })
];
};