mirror of
https://github.com/srid/nixos-config.git
synced 2026-02-22 21:05:22 +08:00
use native claude code
This commit is contained in:
parent
3681a1ffdf
commit
4ec757e7b5
3 changed files with 3 additions and 2 deletions
|
|
@ -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