nixos/home/accounts/default.nix

10 lines
148 B
Nix

{ ... }:
{
imports = [ ./email.nix ./calendar.nix ./contact.nix ];
services = {
mbsync.enable = true;
vdirsyncer.enable = true;
};
}