diff --git a/options.xhtml b/options.xhtml index 8e35c2e8a..51938c2b9 100644 --- a/options.xhtml +++ b/options.xhtml @@ -25744,6 +25744,138 @@ list of string
+programs.git-worktree-switcher.enable
+
+
+Whether to enable git-worktree-switcher.
+ +Type: +boolean
+ +Default:
+false
Example:
+true
Declared by:
+
+
+<home-manager/modules/programs/git-worktree-switcher.nix>
+
+ |
programs.git-worktree-switcher.enableBashIntegration
+
+
+Whether to enable Bash integration.
+ +Type: +boolean
+ +Default:
+home.shell.enableBashIntegration
Example:
+false
Declared by:
+
+
+<home-manager/modules/programs/git-worktree-switcher.nix>
+
+ |
programs.git-worktree-switcher.enableFishIntegration
+
+
+Whether to enable Fish integration.
+ +Type: +boolean
+ +Default:
+home.shell.enableFishIntegration
Example:
+false
Declared by:
+
+
+<home-manager/modules/programs/git-worktree-switcher.nix>
+
+ |
programs.git-worktree-switcher.enableZshIntegration
+
+
+Whether to enable Zsh integration.
+ +Type: +boolean
+ +Default:
+home.shell.enableZshIntegration
Example:
+false
Declared by:
+
+
+<home-manager/modules/programs/git-worktree-switcher.nix>
+
+ |
programs.git-worktree-switcher.package
+
+
+The git-worktree-switcher package to use.
+ +Type: +package
+ +Default:
+pkgs.git-worktree-switcher
Declared by:
+
+
+<home-manager/modules/programs/git-worktree-switcher.nix>
+
+ |
programs.gitui.enable