{ lib, config, ... }:
{
imports = [
(lib.mkIf config.hmOptions.thunderbird.enable ./email.nix)
./ssh.nix
];
}