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 @@ boolean

home.shell.enableBashIntegration

Example: -false

+true

Declared by:

@@ -61089,7 +61089,7 @@ boolean

home.shell.enableFishIntegration

Example: -false

+true

Declared by:

@@ -61116,7 +61116,7 @@ boolean

home.shell.enableZshIntegration

Example: -false

+true

Declared by:

@@ -61134,7 +61134,7 @@ boolean

-

The zellij package to install.

+

The zellij package to use.

Type: package

@@ -61142,6 +61142,54 @@ package

Default: pkgs.zellij

+

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: