diff --git a/options.html b/options.html index 237f57345..9ce5a240d 100644 --- a/options.html +++ b/options.html @@ -7341,11 +7341,11 @@ for the full list of options.

Type: <home-manager/modules/programs/zathura.nix>

programs.zellij.enable

Whether to enable zellij.

Type: boolean

Default: false

Example: true

Declared by:

<home-manager/modules/programs/zellij.nix> -
programs.zellij.enableBashIntegration

Whether to enable Enable Bash integration..

Type: boolean

Default: false

Example: true

Declared by:

+
programs.zellij.enableBashIntegration

Whether to enable Bash integration.

Type: boolean

Default: false

Example: true

Declared by:

<home-manager/modules/programs/zellij.nix> -
programs.zellij.enableFishIntegration

Whether to enable Enable Fish integration..

Type: boolean

Default: false

Example: true

Declared by:

+
programs.zellij.enableFishIntegration

Whether to enable Fish integration.

Type: boolean

Default: false

Example: true

Declared by:

<home-manager/modules/programs/zellij.nix> -
programs.zellij.enableZshIntegration

Whether to enable Enable Zsh integration..

Type: boolean

Default: false

Example: true

Declared by:

+
programs.zellij.enableZshIntegration

Whether to enable Zsh integration.

Type: boolean

Default: false

Example: true

Declared by:

<home-manager/modules/programs/zellij.nix>
programs.zellij.package

The zellij package to install.

Type: package

Default: pkgs.zellij

Declared by:

<home-manager/modules/programs/zellij.nix>