Compare commits

..

No commits in common. "d2938b8004d67628af22d7137e711279c7e49f70" and "1cc330357904844c1ea3aa13cbe3d6212fc14acf" have entirely different histories.

2 changed files with 4 additions and 13 deletions

View file

@ -1032,20 +1032,11 @@ in {
'';
};
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;
};
programs.rbw.enable = true;
home.file.".config/rbw" = {
source = ../.config/rbw;
recursive = true;
};
# home.file.".config/rbw" = {
# source = ../.config/rbw;
# recursive = true;
# };
# home.file.".config/fish/config.fish" = {
# source = ../.config/fish/config.fish;