{ pkgs, ... }: { imports = [ ./email.nix ./calendar.nix ./contact.nix ]; services = { mbsync = { enable = true; frequency = "*:0/15"; }; imapnotify.enable = true; vdirsyncer.enable = true; }; }