Compare commits

..

2 commits

Author SHA1 Message Date
cb53d49ec3 feat(m4): add opencode to default packages
- Included `opencode` to the default package list for `aarch64-darwin`.
- Ensures availability of the `opencode` tool for users by default.
2025-09-11 09:08:47 +02:00
75a7cf6180 feat(unstable): add opencode to default.nix
- Added `opencode` to the list of inherited packages from `channels.unstable`.
- Ensures availability of the `opencode` tool for users by default.
2025-09-11 09:08:18 +02:00
2 changed files with 2 additions and 0 deletions

View file

@ -2,6 +2,7 @@
final: prev: {
inherit (channels.unstable)
gemini-cli
opencode
# open-webui
# vscode
# nodejs_20

View file

@ -45,6 +45,7 @@ with lib.metacfg;
aider-chat
fabric-ai
gemini-cli
opencode
];
users.users.harald.shell = pkgs.fish;