mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-15 07:04:47 +00:00
bitwarden
This commit is contained in:
parent
ce165c4d77
commit
f5cd07e7fe
2 changed files with 9 additions and 1 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,9 @@
|
||||||
"humanlayer/humanlayer"
|
"humanlayer/humanlayer"
|
||||||
];
|
];
|
||||||
|
|
||||||
brews = [];
|
brews = [
|
||||||
|
"bitwarden-cli"
|
||||||
|
];
|
||||||
|
|
||||||
casks = [
|
casks = [
|
||||||
"cap"
|
"cap"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue