programs.halloy.themes
Home-Manager option
Each theme is written to $XDG_CONFIG_HOME/halloy/themes/NAME.toml. See https://halloy.chat/configuration/themes/index.html for more information.
type: attribute set of (TOML value or strings concatenated with “\n” or absolute path)Default
{ }Example
declared in: <home-manager/modules/programs/halloy.nix>source unavailable{ my-theme = { general = { background = "<string>"; border = "<string>"; horizontal_rule = "<string>"; unread_indicator = "<string>"; }; text = { primary = "<string>"; secondary = "<string>"; tertiary = "<string>"; success = "<string>"; error = "<string>"; }; }; }