{ config, pkgs, ... }:
{
imports = [ ./common.nix ];
programs.browserpass = {
enable = true;
browsers = [ "firefox" "chromium" ];
};
}