MyNixOS website logo

Configuration written to $XDG_CONFIG_HOME/watson/config on Linux or $HOME/Library/Application Support/watson/config on Darwin.

See https://github.com/TailorDev/Watson/blob/master/docs/user-guide/configuration.md for an example configuration.

Declarations
Type
attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))
Default
{ }
Example
{
  backend = {
    url = "https://api.crick.fr";
    token = "yourapitoken";
  };

  options = {
    stop_on_start = true;
    stop_on_restart = false;
    date_format = "%Y.%m.%d";
    time_format = "%H:%M:%S%z";
    week_start = "monday";
    log_current = false;
    pager = true;
    report_current = false;
    reverse_log = true;
  };
}