From 1c6070363c4f6b55bbecf9dd5ad87ee67462b59e Mon Sep 17 00:00:00 2001 From: rycee Date: Tue, 12 Mar 2024 20:14:08 +0000 Subject: [PATCH] deploy: a500de54b2e3067201a40cefa5f210f719423ddf --- options.xhtml | 112 +++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 110 insertions(+), 2 deletions(-) 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: