aboutsummaryrefslogtreecommitdiff
path: root/modules/calendar/default.nix
blob: 5728da5dab90552319656461cc7f54c1e9ff17c7 (plain) (blame)
1
2
3
4
5
6
7
{ ... }:
{
  imports = [
    ./radicale.nix
    ./ical-sync.nix
  ];
}