diff --git a/options.xhtml b/options.xhtml index 5e66404f5..89e1fe180 100644 --- a/options.xhtml +++ b/options.xhtml @@ -17595,12 +17595,93 @@ boolean

- programs.eza.enableAliases + programs.eza.enableBashIntegration
-

Whether to enable recommended eza aliases (ls, ll…).

+

Whether to enable Bash integration.

+ +

Type: +boolean

+ +

Default: +true

+ +

Example: +true

+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/eza.nix> + +
+
+
+ + programs.eza.enableFishIntegration + + +
+
+

Whether to enable Fish integration.

+ +

Type: +boolean

+ +

Default: +true

+ +

Example: +true

+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/eza.nix> + +
+
+
+ + programs.eza.enableIonIntegration + + +
+
+

Whether to enable Ion integration.

+ +

Type: +boolean

+ +

Default: +true

+ +

Example: +true

+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/eza.nix> + +
+
+
+ + programs.eza.enableNushellIntegration + + +
+
+

Whether to enable Nushell integration.

Type: boolean

@@ -17611,6 +17692,33 @@ boolean

Example: true

+

Declared by:

+ + +
+ +<home-manager/modules/programs/eza.nix> + +
+
+
+ + programs.eza.enableZshIntegration + + +
+
+

Whether to enable Zsh integration.

+ +

Type: +boolean

+ +

Default: +true

+ +

Example: +true

+

Declared by: