mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 08:49:44 +01:00
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`.
5 lines
129 B
Nix
5 lines
129 B
Nix
{
|
|
rbw-empty-settings = ./empty-settings.nix;
|
|
rbw-simple-settings = ./simple-settings.nix;
|
|
rbw-settings = ./settings.nix;
|
|
}
|