diff --git a/options.xhtml b/options.xhtml index 2091c9830..efc400cb5 100644 --- a/options.xhtml +++ b/options.xhtml @@ -43279,16 +43279,14 @@ boolean
Configuration written to
$XDG_CONFIG_HOME/tealdeer/config.toml
on Linux or
-$HOME/Library/Application Support/tealdeer/config.toml
-on Darwin. See
-https://dbrgn.github.io/tealdeer/config.html
-for more information.
$HOME/Library/Application Support/tealdeer/config.toml
on Darwin.
+See https://dbrgn.github.io/tealdeer/config.html for more information.
Type: -TOML value
+null or (TOML value)Default:
-{ }
null
Example:
{
display = {
@@ -43313,19 +43311,75 @@ TOML value
programs.tealdeer.updateOnActivation
+ programs.tealdeer.settings.updates
Whether to update tealdeer’s cache on activation.
+Tealdeer can refresh the cache automatically when it is outdated. +This behavior can be configured in the updates section.
+ +Type: +submodule
+ +Default:
+{ }
Declared by:
+
+
+<home-manager/modules/programs/tealdeer.nix>
+
+ |
programs.tealdeer.settings.updates.auto_update
+
+
+Whether to enable auto-update.
Type: boolean
Default:
+false
Example:
true
Declared by:
+
+
+<home-manager/modules/programs/tealdeer.nix>
+
+ |
programs.tealdeer.settings.updates.auto_update_interval_hours
+
+
+Duration, since the last cache update, after which the cache will be refreshed.
+This parameter is ignored if auto_update
is set to false
.
Type: +positive integer, meaning >0
+ +Default:
+720
Example:
+24
Declared by: