nix/home-manager/common/software/cli/rbw.nix

10 lines
195 B
Nix

{ ... }: {
# Bitwarden CLI app
programs.rbw = {
enable = true;
base_url = "https://pass.sysctl.io";
email = "albert@sysctl.io";
lock_timeout = 3600;
settings = {};
};
}