mirror of
https://github.com/srid/nixos-config.git
synced 2026-07-16 22:01:33 +08:00
claude: direct anthropic for now
This commit is contained in:
parent
6890753276
commit
4c2304d8a4
3 changed files with 8 additions and 2 deletions
|
|
@ -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; [
|
||||
|
|
|
|||
|
|
@ -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 = [
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue