From 75d6d62271b1bb96506056f01e7e5d355e0b07b3 Mon Sep 17 00:00:00 2001 From: Random936 Date: Fri, 24 Apr 2026 19:39:05 -0400 Subject: [PATCH] Adding some AI packages to mindforge --- config/ai.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/ai.nix b/config/ai.nix index effea98..62df8fd 100644 --- a/config/ai.nix +++ b/config/ai.nix @@ -77,4 +77,10 @@ }; }; }; + + # System Packeges Related to AI + environment.systemPackages = with pkgs; [ + opencode + claude-code + ]; }