move rbw from hm config to .config for phone
This commit is contained in:
parent
a03d535034
commit
3edb488963
|
@ -1,5 +1,4 @@
|
|||
.config
|
||||
mimeapps.list
|
||||
pulse/
|
||||
rbw
|
||||
chromium/
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"base_url": "https://bitwarden.beepboop.systems",
|
||||
"email": "bit@beepboop.systems",
|
||||
"identity_url": null,
|
||||
"lock_timeout": 3600
|
||||
}
|
|
@ -1,12 +1,9 @@
|
|||
{ lib, config, pkgs, home, ... }:
|
||||
|
||||
{
|
||||
programs.rbw = {
|
||||
enable = true;
|
||||
settings = {
|
||||
base_url = "https://bitwarden.beepboop.systems";
|
||||
email = "bit@beepboop.systems";
|
||||
pinentry = pkgs.pinentry-gnome3;
|
||||
home.file = {
|
||||
".config/rbw/config.json" = {
|
||||
source = ../../.config/rbw/config.json;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue