programs.abaddon.settings
Home-Manager option
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
declared in: <home-manager/modules/programs/abaddon.nix>source unavailable{ 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; }; }