dot_testing/home/rbw/default.nix

13 lines
226 B
Nix
Raw Normal View History

{ lib, config, pkgs, home, ... }:
{
programs.rbw = {
enable = true;
settings = {
base_url = "https://bitwarden.beepboop.systems";
email = "bit@beepboop.systems";
pinentry = "curses";
};
};
}