From 271902c3984d43584bc4023a843c287cc404b415 Mon Sep 17 00:00:00 2001 From: teto Date: Thu, 13 Mar 2025 13:38:05 +0000 Subject: [PATCH] deploy: 7832b5aa95f68a421dc9b4b3c17dcf942ac6145b --- options.xhtml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) 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: