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 + ]; }