programs.lazyworktree.settings

Configuration settings for lazyworktree. All the available options can be found here: https://github.com/chmouel/lazyworktree?tab=readme-ov-file#global-configuration-yaml

Type
YAML 1.1 value
Default
{ }
Example
{
  auto_fetch_prs = false;
  auto_refresh = true;
  fuzzy_finder_input = false;
  icon_set = "nerd-font-v3";
  refresh_interval = 10;
  search_auto_select = false;
  sort_mode = "switched";
  worktree_dir = "~/.local/share/worktrees";
}
Declared
<home-manager/modules/programs/lazyworktree.nix>