feat: add rbw (bitwarden cli)
This commit is contained in:
parent
e92f03ea0a
commit
7bdc1c4048
4 changed files with 30 additions and 2 deletions
12
home/user/bitwarden.nix
Normal file
12
home/user/bitwarden.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{ baseUrl, email }:
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
programs.rbw = {
|
||||
enable = true;
|
||||
settings = {
|
||||
email = email;
|
||||
base_url = baseUrl;
|
||||
pinentry = pkgs.pinentry-gnome3;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue