nix/moduler/common/rbw.nix
2024-06-03 19:58:40 +02:00

10 lines
161 B
Nix

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