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