From f5cd07e7fe7832daf0922dbfc1da87563d37b58c Mon Sep 17 00:00:00 2001 From: Harivansh Rathi Date: Sat, 14 Mar 2026 10:50:14 -0400 Subject: [PATCH] bitwarden --- README.md | 6 ++++++ modules/homebrew.nix | 4 +++- 2 files changed, 9 insertions(+), 1 deletion(-) 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"