diff --git a/options.xhtml b/options.xhtml index 43985692f..f8233ad6a 100644 --- a/options.xhtml +++ b/options.xhtml @@ -61026,7 +61026,7 @@ JSON value
Whether to enable zellij.
+Whether to enable Zellij.
Type: boolean
@@ -61062,7 +61062,7 @@ booleanhome.shell.enableBashIntegration
Example:
-false
true
Declared by:
+
+<home-manager/modules/programs/zellij.nix>
+
+ |
programs.zellij.attachExistingSession
+
+
+Whether to attach to the default session after being autostarted if a Zellij session already exists.
Variable is checked in auto-start script. Requires shell integration to be enabled to have effect.
Type: +boolean
+ +Default:
+false
Declared by:
+
+
+<home-manager/modules/programs/zellij.nix>
+
+ |
programs.zellij.exitShellOnExit
+
+
+Whether to exit the shell when Zellij exits after being autostarted.
Variable is checked in auto-start script. Requires shell integration to be enabled to have effect.
Type: +boolean
+ +Default:
+false
Declared by: