{pkgs, ...}: { programs = { rbw = { enable = true; settings = { email = "michael@michaelthomson.dev"; base_url = "https://bitwarden.michaelthomson.dev"; pinentry = pkgs.pinentry-tty; }; }; }; }