diff --git a/aspects/ai.nix b/aspects/ai.nix index 99efd60..a40f405 100644 --- a/aspects/ai.nix +++ b/aspects/ai.nix @@ -4,8 +4,9 @@ { inputs, pkgs, ... }: { environment.systemPackages = - (with pkgs; [ opencode ]) + (with pkgs; [ ]) ++ (with inputs.nix-ai-tools.packages.${pkgs.stdenv.hostPlatform.system}; [ + opencode ]); }; }