[development] Fix humanlayer plugins

Removes model specification to better support Claude Code Pro plan.
Because of this, I also re-removed this role from home-darwin-work as we
can take advantage of more powerful models in that context. We will just
need to install the plugins external from nix. Eventually I can turn
this into a config option of course.

Also made sure we are installing the agents from the plugin in addition
to the commands.
This commit is contained in:
2025-11-22 09:47:55 -08:00
parent 9059a739a0
commit 3be23304c4
2 changed files with 24 additions and 8 deletions

View File

@@ -222,7 +222,6 @@ in
home.roles = {
base.enable = true;
development.enable = true;
};
imports = [