mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 10:05:13 -05:00
feat: added claude code
This commit is contained in:
parent
d128f59d8e
commit
e325004210
4 changed files with 21 additions and 4 deletions
11
modules/home/gui/apps/tools/claudeCode/default.nix
Executable file
11
modules/home/gui/apps/tools/claudeCode/default.nix
Executable file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
home.packages = builtins.attrValues {
|
||||
inherit (pkgs)
|
||||
claude-code
|
||||
;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue