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