From e1b32f556651cc8371ff0b2e479a682130fe6d54 Mon Sep 17 00:00:00 2001 From: rycee Date: Sat, 21 Dec 2024 19:10:00 +0000 Subject: [PATCH] deploy: db9a98e178b57a8aff46b3482dfccb3f4d8d4ce3 --- options.xhtml | 159 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 159 insertions(+) diff --git a/options.xhtml b/options.xhtml index 32a5e6835..5ae557a0f 100644 --- a/options.xhtml +++ b/options.xhtml @@ -40677,6 +40677,165 @@ attribute set of string

+
+ + programs.pay-respects.enable + + +
+
+

Whether to enable pay-respects.

+ +

Type: +boolean

+ +

Default: +false

+ +

Example: +true

+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/pay-respects.nix> + +
+
+
+ + programs.pay-respects.enableBashIntegration + + +
+
+

Whether to enable Bash integration.

+ +

Type: +boolean

+ +

Default: +true

+ +

Example: +true

+ +

Declared by:

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

Whether to enable Fish integration.

+ +

Type: +boolean

+ +

Default: +true

+ +

Example: +true

+ +

Declared by:

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

Whether to enable Nushell integration.

+ +

Type: +boolean

+ +

Default: +true

+ +

Example: +true

+ +

Declared by:

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

Whether to enable Zsh integration.

+ +

Type: +boolean

+ +

Default: +true

+ +

Example: +true

+ +

Declared by:

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

The pay-respects package to use.

+ +

Type: +package

+ +

Default: +pkgs.pay-respects

+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/pay-respects.nix> + +
+
programs.pazi.enable