From 3dbed0c68dd62484c263c3430f8b08798480cc54 Mon Sep 17 00:00:00 2001
From: khaneliman
Date: Fri, 25 Jul 2025 18:16:19 +0000
Subject: [PATCH] deploy: 9fca4915873d488f267253b00998669697a26453
---
options.xhtml | 20 +++++++++-----------
1 file changed, 9 insertions(+), 11 deletions(-)
diff --git a/options.xhtml b/options.xhtml
index 690f2a41a..a341e488f 100644
--- a/options.xhtml
+++ b/options.xhtml
@@ -77361,9 +77361,9 @@ attribute set of string
{ }
Example:
{
- docs = "$HOME/Documents";
- vids = "$HOME/Videos";
- dl = "$HOME/Downloads";
+ docs = "$\{config.home.homeDirectory}/Documents";
+ vids = "$\{config.home.homeDirectory}/Videos";
+ dl = "$\{config.home.homeDirectory}/Downloads";
}
@@ -77392,10 +77392,10 @@ directory.
null or string
Default:
-null
+"`config.home.homeDirectory`"
Example:
-".config/zsh"
+"`\${config.xdg.configHome}/zsh`"
Declared by:
@@ -77672,13 +77672,11 @@ boolean
Type:
string
-Default:
"$HOME/.zsh_history" if state version ≥ 20.03,
-"$ZDOTDIR/.zsh_history" otherwise
-
-
+Default:
+"`\${config.programs.zsh.dotDir}/.zsh_history`"
Example:
-"${config.xdg.dataHome}/zsh/zsh_history"
+"`\${config.xdg.dataHome}/zsh/zsh_history`"
Declared by:
@@ -78099,7 +78097,7 @@ string
""
Example:
-"$HOME/my_customizations"
+"\${config.home.homeDirectory}/my_customizations"
Declared by: