10 lines
148 B
Nix
10 lines
148 B
Nix
{ ... }:
|
|
|
|
{
|
|
imports = [ ./email.nix ./calendar.nix ./contact.nix ];
|
|
services = {
|
|
mbsync.enable = true;
|
|
vdirsyncer.enable = true;
|
|
};
|
|
}
|