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.jujutsu.enable

Whether to enable a Git-compatible DVCS that is both simple and powerful.

Type: boolean

Default:

false

Example:

true

Declared by:

programs.jujutsu.package

The jujutsu package to use.

Type: null or package

Default:

pkgs.jujutsu

Declared by:

programs.jujutsu.ediff

Enable ediff as a merge tool

Type: boolean

Default:

config.programs.emacs.enable

Declared by:

programs.jujutsu.settings

Options to add to the config.toml file. See https://github.com/martinvonz/jj/blob/main/docs/config.md for options.

Type: TOML value

Default:

{ }

Example:

{
  user = {
    email = "jdoe@example.org";
    name = "John Doe";
  };
}

Declared by: