Add rbw config for home-manager
This commit is contained in:
parent
c7f3ee9b08
commit
cc26e937b0
2 changed files with 11 additions and 0 deletions
|
@ -8,5 +8,6 @@
|
|||
./ranger.nix
|
||||
./ssh.nix
|
||||
./nixvim.nix
|
||||
./rbw.nix
|
||||
];
|
||||
}
|
||||
|
|
10
home-manager/common/software/cli/rbw.nix
Normal file
10
home-manager/common/software/cli/rbw.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{ ... }: {
|
||||
# Bitwarden CLI app
|
||||
programs.rbw = {
|
||||
enable = true;
|
||||
base_url = "https://pass.sysctl.io";
|
||||
email = "albert@sysctl.io";
|
||||
lock_timeout = 3600;
|
||||
settings = {};
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue