diff --git a/options.xhtml b/options.xhtml
index 2a119efd8..f1b6ca056 100644
--- a/options.xhtml
+++ b/options.xhtml
@@ -61225,6 +61225,39 @@ The default of ^[[A may correspond to the UP key
]
+
Declared by:
+
+
+<home-manager/modules/programs/zsh.nix>
+
+ |
programs.zsh.initContent
+
+
+Content to be added to .zshrc. To specify the order, use lib.mkOrder.
Type: +strings concatenated with ā\nā
+ +Default:
+""
Example:
{
+ _type = "order";
+ content = ''
+ echo "Hello, initContent!"
+ '';
+ priority = 1000;
+}
+
+
Declared by: