diff --git a/home/home.nix b/home/home.nix index 29280f3..d93af79 100644 --- a/home/home.nix +++ b/home/home.nix @@ -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;