diff --git a/.config/rbwold/blah.json b/.config/rbw/blah.json similarity index 100% rename from .config/rbwold/blah.json rename to .config/rbw/blah.json diff --git a/home/home.nix b/home/home.nix index d93af79..29280f3 100644 --- a/home/home.nix +++ b/home/home.nix @@ -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;