mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-07-05 20:41:40 +02:00
feat: install agents & persist data
This commit is contained in:
@@ -139,6 +139,9 @@ in
|
||||
".gemini"
|
||||
".codex"
|
||||
".config/opencode"
|
||||
".local/share/opencode"
|
||||
".kimi" # kimi-cli
|
||||
".context7" # up-to-date docs and code examples for for LLMs & agents
|
||||
|
||||
# nvim
|
||||
".local/share/nvim"
|
||||
@@ -151,7 +154,8 @@ in
|
||||
".config/joplin" # tui client
|
||||
".config/Joplin" # joplin-desktop
|
||||
|
||||
# ".local/share/jupyter"
|
||||
".local/share/jupyter"
|
||||
".ipython"
|
||||
|
||||
# ======================================
|
||||
# Cloud Native
|
||||
@@ -326,10 +330,6 @@ in
|
||||
file = ".config/zoom.conf";
|
||||
how = "symlink";
|
||||
}
|
||||
{
|
||||
file = ".claude.json";
|
||||
how = "bindmount";
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user