programs.khal

moved highlight_event_days where appropriated and added tests
This commit is contained in:
Janik 2023-07-04 12:14:47 +02:00 committed by GitHub
parent d895a77448
commit 4a26e21030
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 36 additions and 2 deletions

View file

@ -12,7 +12,7 @@ let
path = mkOption {
type = types.str;
default = "${cfg.basePath}/${name}";
defaultText = "accounts.contact.basePath/name";
defaultText = "accounts.calendar.basePath/name";
description = "The path of the storage.";
};