mirror of
https://github.com/srid/nixos-config.git
synced 2026-02-22 12:55:20 +08:00
use native claude code
This commit is contained in:
parent
3681a1ffdf
commit
4ec757e7b5
3 changed files with 3 additions and 2 deletions
|
|
@ -9,7 +9,7 @@ in
|
|||
flake.inputs.self.homeModules.default
|
||||
flake.inputs.self.homeModules.darwin-only
|
||||
"${homeMod}/gui/1password.nix"
|
||||
"${homeMod}/claude-code"
|
||||
# "${homeMod}/claude-code"
|
||||
|
||||
"${homeMod}/work/juspay.nix"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
imports = [
|
||||
./cli/bash.nix
|
||||
./claude-code
|
||||
# ./claude-code
|
||||
# ./cli/zsh.nix
|
||||
# ./editors/vscode-server.nix
|
||||
];
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@
|
|||
"/etc/profiles/per-user/$USER/bin"
|
||||
"/nix/var/nix/profiles/system/sw/bin"
|
||||
"$HOME/.nix-profile/bin"
|
||||
"$HOME/.local/bin"
|
||||
"/usr/local/bin"
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue