From 34defccf4d718c0b9c7d43fdf38317e1c82b3912 Mon Sep 17 00:00:00 2001 From: Fabian Montero Date: Thu, 18 Sep 2025 21:14:59 -0600 Subject: [PATCH] posixlycorrect: update halloy channel list --- home/modules/halloy.nix | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/home/modules/halloy.nix b/home/modules/halloy.nix index e131eca..8005b3f 100644 --- a/home/modules/halloy.nix +++ b/home/modules/halloy.nix @@ -43,23 +43,18 @@ in { port = 6697; chathistory = true; channels = [ + "##chat" + "##politics" + "##rust" + "#datahoarder" + "#git" + "#indieweb" + "#indieweb-dev" + "#linux" "#lobsters" "#nixos" - "#linux" - "##rust" - "#git" - "#c" - "##programming" - "#hardware" - "##chat" "#OSRS" - "##math" - "##physics" - "#haskell" "#soju" - "#datahoarder" - "#startrek" - "#indieweb" ]; }; };