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
|
@ -1,9 +1,14 @@
|
|||
{ flake, ... }:
|
||||
let
|
||||
inherit (flake.config.people) user0;
|
||||
in
|
||||
{
|
||||
programs.nushell = {
|
||||
enable = true;
|
||||
configFile.text = ''
|
||||
sleep 7ms
|
||||
$env.config = {show_banner: false}
|
||||
$env.ANTHROPIC_API_KEY = (open /home/${user0}/.config/zed/claude-api-key)
|
||||
'';
|
||||
shellAliases = {
|
||||
y = "yy";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue