nix/moduler/common/rbw.nix
2024-06-11 13:10:27 +02:00

11 lines
183 B
Nix

{ pkgs, ... }:
{
programs.rbw = {
enable = true;
settings = {
email = "fredrik@wastring.com";
pinentry = pkgs.pinentry;
base_url = "https://pass.wastring.com";
};
};
}