diff --git a/options.xhtml b/options.xhtml index ff912e6d8..d00a0b6f3 100644 --- a/options.xhtml +++ b/options.xhtml @@ -110121,6 +110121,114 @@ boolean

Example: true

+

Declared by:

+ + +
+ +<home-manager/modules/services/ssh-agent.nix> + +
+ +
+ + services.ssh-agent.enableBashIntegration + + +
+
+

Whether to enable Bash integration.

+ +

Type: +boolean

+ +

Default: +home.shell.enableBashIntegration

+ +

Example: +false

+ +

Declared by:

+ + +
+ +<home-manager/modules/services/ssh-agent.nix> + +
+
+
+ + services.ssh-agent.enableFishIntegration + + +
+
+

Whether to enable Fish integration.

+ +

Type: +boolean

+ +

Default: +home.shell.enableFishIntegration

+ +

Example: +false

+ +

Declared by:

+ + +
+ +<home-manager/modules/services/ssh-agent.nix> + +
+
+
+ + services.ssh-agent.enableNushellIntegration + + +
+
+

Whether to enable Nushell integration.

+ +

Type: +boolean

+ +

Default: +home.shell.enableNushellIntegration

+ +

Example: +false

+ +

Declared by:

+ + +
+ +<home-manager/modules/services/ssh-agent.nix> + +
+
+
+ + services.ssh-agent.enableZshIntegration + + +
+
+

Whether to enable Zsh integration.

+ +

Type: +boolean

+ +

Default: +home.shell.enableZshIntegration

+ +

Example: +false

+

Declared by: