Files
nixos/utils/overlays/packages.nix
2023-09-29 12:30:14 +02:00

5 lines
115 B
Nix

self: super: {
bento = (super.callPackage ../pkgs/bento { });
ykfde = (super.callPackage ../pkgs/ykfde { });
}