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
<home-manager/modules/programs/jujutsu.nix>