MyNixOS website logo

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

Declarations
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}";
  };
}