diff --git a/index.html b/index.html index e5593fa3f..c2babf0d2 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ -
ca.desrt.dconf or dconf.service?+
ca.desrt.dconf or dconf.service?This manual will eventually describe how to install, use, and extend Home Manager.
diff --git a/options.html b/options.html
index 2334f27b6..62319c69b 100644
--- a/options.html
+++ b/options.html
@@ -6777,6 +6777,25 @@ Home Manager will attempt to create this directory.
$XDG_CONFIG_HOME/task/taskrc.
Type: strings concatenated with "\n"
Default: ""
Declared by:
<home-manager/modules/programs/taskwarrior.nix>
+ |
programs.tealdeer.enableWhether to enable Tealdeer.
Type: boolean
Default: false
Example: true
Declared by:
+ <home-manager/modules/programs/tealdeer.nix>
+ |
programs.tealdeer.settingsConfiguration 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.
+
Type: TOML value
Default: { }
Example:
{
+ display = {
+ compact = false;
+ use_pager = true;
+ };
+ updates = {
+ auto_update = false;
+ };
+};
+Declared by:
+ <home-manager/modules/programs/tealdeer.nix>
|
programs.terminator.enableWhether to enable terminator, a tiling terminal emulator.
Type: boolean
Default: false
Example: true
Declared by:
<home-manager/modules/programs/terminator.nix>
|
programs.terminator.packageterminator package to install.
Type: package
Default: (build of terminator-2.1.1)
Example: pkgs.terminator
Declared by: