7591c8041d
`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`.
6 lines
129 B
Nix
6 lines
129 B
Nix
{
|
|
rbw-empty-settings = ./empty-settings.nix;
|
|
rbw-simple-settings = ./simple-settings.nix;
|
|
rbw-settings = ./settings.nix;
|
|
}
|