mirror of
https://github.com/srid/nixos-config.git
synced 2026-05-01 11:25:40 +08:00
claude:..
This commit is contained in:
parent
d9b6285774
commit
6f38a2d2fb
3 changed files with 7 additions and 5 deletions
|
|
@ -10,6 +10,7 @@ in
|
|||
flake.inputs.self.homeModules.darwin-only
|
||||
"${homeMod}/gui/1password.nix"
|
||||
"${homeMod}/cli/controlpersist.nix"
|
||||
"${homeMod}/claude-code"
|
||||
|
||||
"${homeMod}/work/juspay.nix"
|
||||
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@ in
|
|||
home-manager.sharedModules = [
|
||||
"${homeMod}/cli/ssh-agent-forwarding.nix"
|
||||
"${homeMod}/cli/controlpersist.nix"
|
||||
"${homeMod}/claude-code"
|
||||
"${homeMod}/work/juspay.nix"
|
||||
"${homeMod}/services/vira.nix"
|
||||
"${homeMod}/services/kolu.nix"
|
||||
|
|
|
|||
|
|
@ -11,10 +11,10 @@
|
|||
programs.claude-code = {
|
||||
enable = true;
|
||||
|
||||
package = pkgs.claude-code;
|
||||
|
||||
autoWire.dirs = [
|
||||
(flake.self.outPath + "/AI")
|
||||
];
|
||||
# Installed outside Nix (e.g., via npm) to get auto-updates.
|
||||
# This requires disabling autoWire too, since wiring MCP servers
|
||||
# needs a package to wrap.
|
||||
package = null;
|
||||
autoWire.enable = false;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue