claude: direct anthropic for now

This commit is contained in:
Sridhar Ratnakumar 2026-03-18 09:16:12 -04:00
parent 6890753276
commit 4c2304d8a4
3 changed files with 8 additions and 2 deletions

View file

@ -1,7 +1,7 @@
{ flake, pkgs, ... }:
{
imports = [
flake.inputs.nix-agent-wire.homeManagerModules.claude-code
flake.inputs.nix-agent-wire.homeModules.claude-code
];
home.packages = with pkgs; [

View file

@ -1,10 +1,15 @@
{ config, flake, pkgs, ... }:
let
inherit (flake) self;
in
{
imports = [
flake.inputs.oc.homeModules.default
flake.inputs.nix-agent-wire.homeModules.opencode
];
age.secrets.juspay-anthropic-api-key.file = self + /secrets/juspay-anthropic-api-key.age;
programs.opencode = {
package = flake.inputs.oc.packages.${pkgs.stdenv.hostPlatform.system}.opencode;
autoWire.dirs = [

View file

@ -9,7 +9,8 @@ in
{
imports = [
"${jumphost-nix}/module.nix"
"${homeMod}/claude-code/juspay.nix"
"${homeMod}/agenix.nix"
# "${homeMod}/claude-code/juspay.nix" # Disabled: not using Claude Code at Juspay
"${homeMod}/opencode"
];