MyNixOS website logo

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

Declarations
Type
TOML value
Default
{ }
Example
{
  user = {
    name = "John Doe";
    email = "[email protected]";
  };
}