From 1c6070363c4f6b55bbecf9dd5ad87ee67462b59e Mon Sep 17 00:00:00 2001
From: rycee
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 @@ booleanExample:
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: