pkgs: add bw-pass
Until `rbw` gets support for Yubikey 2FA, I still need a decent way to query for my passwords on the command line... This wrapper program should be good enough for basic usage with programs that need a password command.
This commit is contained in:
parent
1647ab4ac7
commit
153f919485
3 changed files with 121 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
|||
{ pkgs }:
|
||||
rec {
|
||||
bw-pass = pkgs.callPackage ./bw-pass { };
|
||||
|
||||
comma = pkgs.callPackage ./comma { };
|
||||
|
||||
diff-flake = pkgs.callPackage ./diff-flake { };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue