Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

programs.herdr.enable

Whether to enable Herdr.

Type: boolean

Default:

false

Example:

true

Declared by:

programs.herdr.package

The herdr package to use.

Type: null or package

Default:

pkgs.herdr

Declared by:

programs.herdr.settings

Configuration written to $XDG_CONFIG_HOME/herdr/config.toml. See https://herdr.dev/docs/configuration/ for the full list of options.

Type: TOML value

Default:

{ }

Example:

{
  keys = {
    command = [
      {
        command = "example.layout.apply";
        description = "apply layout";
        key = "prefix+l";
        type = "plugin_action";
      }
    ];
    prefix = "ctrl+b";
  };
  onboarding = false;
  terminal = {
    default_shell = "nu";
    new_cwd = "follow";
    shell_mode = "auto";
  };
  theme = {
    auto_switch = true;
    dark_name = "catppuccin";
    light_name = "catppuccin-latte";
    name = "catppuccin";
  };
  ui = {
    agent_panel_sort = "priority";
    sidebar_width = 32;
    sound = {
      enabled = true;
    };
    toast = {
      delivery = "herdr";
    };
  };
}

Declared by: