diff --git a/options.html b/options.html index 8e7fe608a..bb6c67d07 100644 --- a/options.html +++ b/options.html @@ -26,7 +26,9 @@ lazy attribute set of raw value
Declared by: List of calendars. Type:
attribute set of (submodule) Default:
- Declared by: Declared by: Whether to enable khal access. Type:
boolean Default:
@@ -88,6 +90,11 @@ boolean Default:
account has multiple collections. Type:
string Declared by: Whether to enable qcal access. Type:
+boolean Default:
+ Example:
+ Declared by: Remote configuration for the calendar. Type:
null or (submodule) Default:
Declared by: Default:
Example:
Declared by: Whether to enable qcal, a CLI calendar application. Type:
+boolean Default:
+ Example:
+ Declared by: Default number of days to show calendar entries for Type:
+positive integer, meaning >0 Default:
+ Declared by: Timezone to display calendar entries in Type:
+(optionally newline-terminated) single-line string Default:
+ Example:
+ Declared by: Whether to enable qutebrowser. Type:
boolean Default:
Example:
accounts.calendar.accounts{ }
+{ }
+<home-manager/modules/programs/qcal.nix>
+
<home-manager/modules/accounts/calendar.nix>
accounts.calendar.accounts.<name>.khal.enable
<home-manager/modules/accounts/calendar.nix>
+accounts.calendar.accounts.<name>.qcal.enablefalsetrue
+<home-manager/modules/programs/qcal.nix>
accounts.calendar.accounts.<name>.remotenull
@@ -8427,6 +8434,20 @@ booleanfalsetrue
<home-manager/modules/programs/pywal.nix>
+programs.qcal.enablefalsetrue
+<home-manager/modules/programs/qcal.nix>
+programs.qcal.defaultNumDays30
+<home-manager/modules/programs/qcal.nix>
+programs.qcal.timezone"Local""Europe/Vienna"
+<home-manager/modules/programs/qcal.nix>
programs.qutebrowser.enablefalse