{tree, ...}: {
  imports = with tree; [profiles.usbAutoMount];
  home-manager.users.chaos = {
    imports = with tree; [home.sshUSB];
  };
}