From 7de94d69000123039adccb0654f4267ef969525a Mon Sep 17 00:00:00 2001
From: teto
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: