mirror of
https://github.com/EdenQwQ/nixos.git
synced 2026-07-16 22:16:51 +08:00
noctalia v5
This commit is contained in:
parent
f0ba537f6f
commit
ac74d0707f
10 changed files with 192 additions and 687 deletions
|
|
@ -5,12 +5,15 @@
|
|||
...
|
||||
}:
|
||||
{
|
||||
programs.gemini-cli = {
|
||||
programs.antigravity-cli = {
|
||||
enable = true;
|
||||
};
|
||||
programs.claude-code = {
|
||||
enable = true;
|
||||
};
|
||||
programs.pi-coding-agent = {
|
||||
enable = true;
|
||||
};
|
||||
home.sessionVariables = {
|
||||
GEMINI_API_KEY = "$(cat ${config.age.secrets.gemini_token.path})";
|
||||
ANTHROPIC_AUTH_TOKEN = "$(cat ${config.age.secrets.anyrouter_token.path})";
|
||||
|
|
@ -27,6 +30,5 @@
|
|||
opencode
|
||||
codex
|
||||
gitingest
|
||||
inputs.hermes-agent.packages.${pkgs.stdenv.hostPlatform.system}.default
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue