diff --git a/options.xhtml b/options.xhtml index c8a880fe7..94af14fd2 100644 --- a/options.xhtml +++ b/options.xhtml @@ -39227,19 +39227,100 @@ boolean

- programs.lsd.enableAliases + programs.lsd.enableBashIntegration
-

Whether to enable recommended lsd aliases.

+

Whether to enable Bash integration.

Type: boolean

Default: +home.shell.enableBashIntegration

+ +

Example: false

+

Declared by:

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

Whether to enable Fish integration.

+ +

Type: +boolean

+ +

Default: +home.shell.enableFishIntegration

+ +

Example: +false

+ +

Declared by:

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

Whether to enable Zsh integration.

+ +

Type: +boolean

+ +

Default: +home.shell.enableZshIntegration

+ +

Example: +false

+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/lsd.nix> + +
+
+
+ + programs.lsd.package + + +
+
+

The lsd package to use.

+ +

Type: +null or package

+ +

Default: +pkgs.lsd

+

Declared by: