experimental msty-sidecar

This commit is contained in:
m3tam3re
2025-04-29 15:05:08 +02:00
parent e461fc494a
commit cc38372ee0
4 changed files with 43 additions and 0 deletions

View File

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