{ programs.halloy = { enable = true; settings = { buffer.channel.topic.enabled = true; servers.liberachat = { nickname = "halloy-user"; server = "irc.libera.chat"; channels = [ "#halloy" ]; }; }; themes.my-theme = { general = { background = ""; border = ""; horizontal_rule = ""; unread_indicator = ""; }; text = { primary = ""; secondary = ""; tertiary = ""; success = ""; error = ""; }; }; }; nmt.script = '' assertFileExists home-files/.config/halloy/config.toml assertFileContent home-files/.config/halloy/config.toml \ ${./example-config.toml} assertFileExists home-files/.config/halloy/themes/my-theme.toml assertFileContent home-files/.config/halloy/themes/my-theme.toml \ ${./my-theme.toml} ''; }