bitwarden

This commit is contained in:
Harivansh Rathi 2026-03-14 10:50:14 -04:00
parent ce165c4d77
commit f5cd07e7fe
2 changed files with 9 additions and 1 deletions

View file

@ -42,6 +42,12 @@ their own cadence are pinned as dedicated flake inputs:
- `googleworkspace-cli` - `googleworkspace-cli`
- `claudeCode` - `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 ## Commands
First switch: First switch:

View file

@ -13,7 +13,9 @@
"humanlayer/humanlayer" "humanlayer/humanlayer"
]; ];
brews = []; brews = [
"bitwarden-cli"
];
casks = [ casks = [
"cap" "cap"