nix

configuration files that power my machines
Log | Files | Refs | README | LICENSE

commit bc7636611101605d52610914921e2026d41b0c14
parent e5298eb61c354cad10ef8980cd3dc7254ce4ad58
Author: mtmn <miro@haravara.org>
Date:   Sat, 13 Jun 2026 08:45:49 +0200

void: install halloy

Diffstat:
Mhosts/void/default.nix | 1+
Amodules/mixins/dotfiles/config/halloy/config.toml | 0
Amodules/mixins/dotfiles/config/halloy/themes/beirut.toml | 42++++++++++++++++++++++++++++++++++++++++++
3 files changed, 43 insertions(+), 0 deletions(-)

diff --git a/hosts/void/default.nix b/hosts/void/default.nix @@ -152,6 +152,7 @@ sioyek drawy ghostty + halloy ]; llm = [ diff --git a/modules/mixins/dotfiles/config/halloy/config.toml b/modules/mixins/dotfiles/config/halloy/config.toml Binary files differ. diff --git a/modules/mixins/dotfiles/config/halloy/themes/beirut.toml b/modules/mixins/dotfiles/config/halloy/themes/beirut.toml @@ -0,0 +1,42 @@ +[general] +background = "#152A17" +border = "#254F29" +horizontal_rule = "#1B391E" +unread_indicator = "#4C6DAF" + +[text] +primary = "#88B970" +secondary = "#3A793F" +tertiary = "#4A8D4B" +success = "#509350" +error = "#5F7DC1" + +[buffer] +action = "#93A4DE" +background = "#0F1B12" +background_text_input = "#122314" +background_title_bar = "#1D3D20" +border = "#0D1712" +border_selected = "#4969AA" +code = "#BDD68C" +highlight = "#1B2943" +nickname = "#B0B9EB" +selection = "#1A361C" +timestamp = "#38753D" +topic = "#73AD64" +url = "#DBE69B" + +[buffer.server_messages] +default = "#93A4DE" + +[buttons.primary] +background = "#152A17" +background_hover = "#122314" +background_selected = "#101C12" +background_selected_hover = "#0D1712" + +[buttons.secondary] +background = "#152C18" +background_hover = "#2C5D30" +background_selected = "#326A37" +background_selected_hover = "#3E7F42"