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

Whether to enable algia.

Type: boolean

Default:

false

Example:

true

Declared by:

programs.algia.package

The algia package to use.

Type: null or package

Default:

pkgs.algia

Declared by:

programs.algia.settings

Configuration settings for algia. All the available options can be found here: https://github.com/mattn/algia?tab=readme-ov-file#configuration

Type: JSON value

Default:

{ }

Example:

{
  privatekey = "nsecXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX";
  relays = {
    "wss =//relay-jp.nostr.wirednet.jp" = {
      read = true;
      search = false;
      write = true;
    };
  };
}

Declared by: