fixing rbw some
This commit is contained in:
parent
a6faa82565
commit
d2938b8004
1 changed files with 13 additions and 4 deletions
|
@ -1032,11 +1032,20 @@ in {
|
|||
'';
|
||||
};
|
||||
|
||||
programs.rbw.enable = true;
|
||||
home.file.".config/rbw" = {
|
||||
source = ../.config/rbw;
|
||||
recursive = true;
|
||||
programs.rbw = {
|
||||
enable = true;
|
||||
settings = {
|
||||
email = "chris@tfcconnection.org";
|
||||
base_url = "https://bitwarden.tfcconnection.org";
|
||||
identity_url = null;
|
||||
lock_timeout = 9600;
|
||||
pinentry = pkgs.pinentry-qt;
|
||||
};
|
||||
};
|
||||
# home.file.".config/rbw" = {
|
||||
# source = ../.config/rbw;
|
||||
# recursive = true;
|
||||
# };
|
||||
|
||||
# home.file.".config/fish/config.fish" = {
|
||||
# source = ../.config/fish/config.fish;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue