nixcfg/pkgs/default.nix

6 lines
150 B
Nix
Raw Normal View History

2024-10-05 06:46:12 +02:00
{pkgs, ...}: {
2024-08-28 15:35:11 +02:00
# Define your custom packages here
2024-10-05 06:46:12 +02:00
zellij-ps = pkgs.callPackage ./zellij-ps {};
2024-10-17 18:57:52 +02:00
n8n-custom = pkgs.callPackage ./n8n-custom {};
2024-08-28 15:35:11 +02:00
}