Adding some AI packages to mindforge

This commit is contained in:
Random936
2026-04-24 19:39:05 -04:00
parent 90743455c9
commit 75d6d62271

View File

@@ -77,4 +77,10 @@
};
};
};
# System Packeges Related to AI
environment.systemPackages = with pkgs; [
opencode
claude-code
];
}