fix(khal): Upstream test issues by removing dependency

This commit is contained in:
Malte Tammena 2023-04-14 16:33:18 +02:00
parent 315f230706
commit d612c1264c

View file

@ -88,7 +88,7 @@ in {
};
config = lib.mkIf cfg.enable {
home.packages = [pkgs.vdirsyncer pkgs.khal];
home.packages = [pkgs.vdirsyncer];
# == Systemd settings to automatically run the sync ==
systemd.user.services."synchronize-calendars" = {