fix(khal): Upstream test issues by removing dependency
This commit is contained in:
parent
315f230706
commit
d612c1264c
|
@ -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" = {
|
||||
|
|
Loading…
Reference in a new issue