From cb53d49ec3de6dfcb6631bc26bf986385e017bb7 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Thu, 11 Sep 2025 09:08:47 +0200 Subject: [PATCH] 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. --- systems/aarch64-darwin/m4/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/systems/aarch64-darwin/m4/default.nix b/systems/aarch64-darwin/m4/default.nix index 2f80cc0..4b12837 100644 --- a/systems/aarch64-darwin/m4/default.nix +++ b/systems/aarch64-darwin/m4/default.nix @@ -45,6 +45,7 @@ with lib.metacfg; aider-chat fabric-ai gemini-cli + opencode ]; users.users.harald.shell = pkgs.fish;