From 10feb7384352b0dc759f992ddd5745386b58ba7b Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Thu, 19 Mar 2026 10:57:31 +0100 Subject: [PATCH] pinwheel: Add `opencode` and `claude` --- hosts/pinwheel/home.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/pinwheel/home.nix b/hosts/pinwheel/home.nix index cea766b..43e4c41 100644 --- a/hosts/pinwheel/home.nix +++ b/hosts/pinwheel/home.nix @@ -27,6 +27,8 @@ pkgs.onlyoffice-desktopeditors pkgs.wdisplays pkgs.vlc + pkgs.claude-code + pkgs.opencode ]; home.stateVersion = "23.05";