MyNixOS website logo

Configuration written to $XDG_CONFIG_HOME/tealdeer/config.toml on Linux or $HOME/Library/Application Support/tealdeer/config.toml on Darwin. See https://dbrgn.github.io/tealdeer/config.html for more information.

Declarations
Type
null or (TOML value)
Default
null
Example
{
  display = {
    compact = false;
    use_pager = true;
  };
  updates = {
    auto_update = false;
  };
};