From ecefc32f48bc086e3b264be7c45113a12d6ff2b1 Mon Sep 17 00:00:00 2001 From: khaneliman Date: Mon, 28 Apr 2025 03:16:24 +0000 Subject: [PATCH] deploy: be7cf1709b469a2a2c62169172a167d1fed3509f --- options.xhtml | 85 +++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 83 insertions(+), 2 deletions(-) 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: