MyNixOS website logo

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

Declarations
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;
  };
}