This commit is contained in:
m3tam3re
2025-03-02 16:14:43 +01:00
parent d51894816c
commit eb84e24369
3 changed files with 24 additions and 0 deletions

View File

@ -1,5 +1,6 @@
{pkgs, ...}: {
# Define your custom packages here
msty = pkgs.callPackage ./msty {};
zellij-ps = pkgs.callPackage ./zellij-ps {};
aider-chat-env = pkgs.callPackage ./aider-chat-env {};
}