From ad11b0e443f8341c5025577631cfe1e78e88cbc6 Mon Sep 17 00:00:00 2001 From: Lander Van den Bulcke Date: Tue, 4 Nov 2025 23:46:07 +0100 Subject: [PATCH] feat: add hackint to irssi config Signed-off-by: Lander Van den Bulcke --- home/lander/features/workstation/irssi.nix | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/home/lander/features/workstation/irssi.nix b/home/lander/features/workstation/irssi.nix index d06ec0e..b012309 100644 --- a/home/lander/features/workstation/irssi.nix +++ b/home/lander/features/workstation/irssi.nix @@ -15,9 +15,18 @@ inuits.autoJoin = true; mgmtconfig.autoJoin = true; nixos.autoJoin = true; - promethues.autoJoin = true; + prometheus.autoJoin = true; }; }; + hackint = { + server = { + address = "irc.hackint.org"; + port = 6697; + autoConnect = true; + ssl.enable = true; + }; + nick = "escapeangle"; + }; }; }; }