rbw: add module (#1998)

`rbw` is a stand-alone Bitwarden client, which makes use of a daemon to
cache your password and manage state.

Its configuration can be managed by `home-manager` or not, leaving the
user free to configure it through `rbw config`.
This commit is contained in:
Bruno BELANYI 2021-06-06 02:09:02 +02:00 committed by GitHub
parent 5060262b79
commit 7591c8041d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 236 additions and 0 deletions

3
.github/CODEOWNERS vendored
View file

@ -150,6 +150,9 @@
/modules/programs/powerline-go.nix @DamienCassou
/modules/programs/rbw.nix @ambroisie
/tests/modules/programs/rbw @ambroisie
/modules/programs/rofi.nix @thiagokokada
/tests/modules/programs/rofi @thiagokokada