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

View file

@ -2047,6 +2047,13 @@ in
configuration file.
'';
}
{
time = "2021-05-10T20:41:44+00:00";
message = ''
A new module is available: 'programs.rbw'.
'';
}
];
};
}