BYCLZBRJTN2ZIINK42SBGJHKCPVXECL632SYTV6EEQROEUNZJFHAC
launchd.user.agents.mbsync = if config.home-manager.users.christophercummings.accounts.email.accounts != {} then {
command = "${pkgs.isync}/bin/mbsync -a && mu ${pkgs.mu}/bin/mu index";
serviceConfig.StartInterval = 60 * 5;
} else {};
launchd.user.agents.mbsync =
if config.home-manager.users.christophercummings.accounts.email.accounts != { } then {
command = "${pkgs.isync}/bin/mbsync -a && mu ${pkgs.mu}/bin/mu index";
serviceConfig.StartInterval = 60 * 5;
} else { };