diff --git a/options.html b/options.html index 03a7d0e2e..fd9289466 100644 --- a/options.html +++ b/options.html @@ -6794,11 +6794,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: true

Example: true

Declared by:

+
programs.zellij.enableBashIntegration

Whether to enable 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: true

Example: true

Declared by:

+
programs.zellij.enableFishIntegration

Whether to enable 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: true

Example: true

Declared by:

+
programs.zellij.enableZshIntegration

Whether to enable 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>