diff --git a/README.md b/README.md index 900b40f..327d5d7 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,12 @@ their own cadence are pinned as dedicated flake inputs: - `googleworkspace-cli` - `claudeCode` +Bitwarden note: + +- `bw` is installed via Homebrew as `bitwarden-cli` +- `bws` is not currently managed in this repo because I did not find a + supported nixpkgs or Homebrew package for it on macOS during verification + ## Commands First switch: diff --git a/modules/homebrew.nix b/modules/homebrew.nix index d878161..1cb6cc9 100644 --- a/modules/homebrew.nix +++ b/modules/homebrew.nix @@ -13,7 +13,9 @@ "humanlayer/humanlayer" ]; - brews = []; + brews = [ + "bitwarden-cli" + ]; casks = [ "cap"