programs.khal.settings

Configuration options to add to the various sections in the configuration file.

Type
attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))
Default
{ }
Example
{
  default = {
    default_calendar = "Calendar";
    timedelta = "5d";
  };
  view = {
    agenda_event_format =
      "{calendar-color}{cancelled}{start-end-time-style} {title}{repeat-symbol}{reset}";
  };
}
Declared
<home-manager/modules/programs/khal>