Files
nixos/utils/overlays/packages.nix
2025-01-26 10:55:38 +01:00

7 lines
251 B
Nix

self: super: {
bento = (super.callPackage ../pkgs/bento { });
ykfde = (super.callPackage ../pkgs/ykfde { });
creality-print = (super.callPackage ../pkgs/creality-print.nix { });
openaudible = (super.callPackage ../pkgs/openaudible.nix { });
}