diff --git a/modules/coding/agents.nix b/modules/coding/agents.nix index 3456a4b..d16865e 100644 --- a/modules/coding/agents.nix +++ b/modules/coding/agents.nix @@ -14,13 +14,17 @@ in config = lib.mkIf cfg.enable { my.hm = { - home.packages = with pkgs.llm-agents; [ - codex - claude-code - # opencode - pi - omp - ]; + home.packages = + (with pkgs.llm-agents; [ + # codex + claude-code + # opencode + pi + omp + ]) + ++ (with pkgs; [ + codex + ]); }; my.persist = { homeDirs = [