feat: add gemini-cli to x1 system and overlays

- Introduced `gemini-cli` as a CLI tool in the x1 configuration.
- Added a new overlay for `gemini-cli` package with npm dependencies.
- Removed `goose-cli` and `aider-chat` from the existing application list.
This commit is contained in:
Harald Hoyer 2025-06-26 13:50:06 +02:00
parent 925c991a11
commit 620ac9bd68
5 changed files with 5321 additions and 2 deletions

View file

@ -8,6 +8,7 @@ final: prev: {
# goose-cli = channels.unstable.callPackage ./goose.nix { };
claude-code = channels.unstable.callPackage ./claude-code/package.nix { };
gemini-cli = channels.unstable.callPackage ./gemini-cli/package.nix { };
# vscode-extensions = channels.unstable.vscode-extensions // {
# rooveterinaryinc = { roo-cline = channels.unstable.callPackage ./roo-code.nix { }; };
# };