diff --git a/options.html b/options.html index 63b25a29d..f9bb6441e 100644 --- a/options.html +++ b/options.html @@ -6390,6 +6390,20 @@ As those are ISO week numbers, they only work properly if one of “off”, “left”, “right”
Default:
"off"
Declared by:
<home-manager/modules/programs/khal.nix>
+ |
programs.khal.settings
Configuration options to add to the various sections in the configuration file.
Type: +attribute set of attribute set 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 by:
+<home-manager/modules/programs/khal.nix>
|
programs.kitty.enable
Whether to enable Kitty terminal emulator.
Type: boolean
Default:
false
Example: