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

Whether to enable abaddon.

Type: boolean

Default:

false

Example:

true

Declared by:

programs.abaddon.package

The abaddon package to use.

Type: null or package

Default:

pkgs.abaddon

Declared by:

programs.abaddon.settings

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

Type: attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))

Default:

{ }

Example:

{
  discord = {
    autoconnect = true;
    token = "MZ1yGvKTjE0rY0cV8i47CjAa.uRHQPq.Xb1Mk2nEhe-4iUcrGOuegj57zMC";
  };
  gui = {
    alt_menu = true;
    animations = false;
    hide_to_tray = true;
    stock_emojis = false;
  };
  notifications = {
    enabled = false;
  };
  windows = {
    hideconsole = true;
  };
}

Declared by: