diff --git a/modules/programs/halloy.nix b/modules/programs/halloy.nix index 4335702e3..29b9aac67 100644 --- a/modules/programs/halloy.nix +++ b/modules/programs/halloy.nix @@ -49,21 +49,25 @@ in ] ); default = { }; - example = { - general = { - background = ""; - border = ""; - horizontal_rule = ""; - unread_indicator = ""; - }; - text = { - primary = ""; - secondary = ""; - tertiary = ""; - success = ""; - error = ""; - }; - }; + example = lib.literalExpression '' + { + my-theme = { + general = { + background = ""; + border = ""; + horizontal_rule = ""; + unread_indicator = ""; + }; + text = { + primary = ""; + secondary = ""; + tertiary = ""; + success = ""; + error = ""; + }; + }; + } + ''; description = '' Each theme is written to {file}`$XDG_CONFIG_HOME/halloy/themes/NAME.toml`. See for more information.