From e9023ad8edd1bfe19f9f5d0486690d0d5cfe4234 Mon Sep 17 00:00:00 2001 From: khaneliman Date: Wed, 6 Aug 2025 15:58:06 +0000 Subject: [PATCH] deploy: 88913c98fe674e10302bbdb71b4e173f527b69c2 --- options.xhtml | 105 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 105 insertions(+) diff --git a/options.xhtml b/options.xhtml index 0da9e9dc4..e2f506637 100644 --- a/options.xhtml +++ b/options.xhtml @@ -34091,6 +34091,111 @@ null or one of “off”, “local”, “on”

+
+ + programs.goto.enable + + +
+
+

Whether to enable goto

+ +

Type: +boolean

+ +

Default: +false

+ +

Example: +true

+ +

Declared by:

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

Whether to enable Bash integration.

+ +

Type: +boolean

+ +

Default: +home.shell.enableBashIntegration

+ +

Example: +false

+ +

Declared by:

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

Whether to enable Zsh integration.

+ +

Type: +boolean

+ +

Default: +home.shell.enableZshIntegration

+ +

Example: +false

+ +

Declared by:

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

The goto package to use.

+ +

Type: +package

+ +

Default: +pkgs.goto

+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/goto.nix> + +
+
programs.gpg.enable