This commit is contained in:
m3tam3re
2024-10-17 18:57:52 +02:00
parent 6c720bdac6
commit c6d1b9a2ad
11 changed files with 76 additions and 29 deletions

View File

@@ -1,4 +1,5 @@
{pkgs, ...}: {
# Define your custom packages here
zellij-ps = pkgs.callPackage ./zellij-ps {};
n8n-custom = pkgs.callPackage ./n8n-custom {};
}