Kieran's opinionated (and probably slightly dumb) nix config

feat: add more channels

dunkirk.sh ba41fcc2 5467c560

verified
Changed files
+12 -1
modules
home
apps
+12 -1
modules/home/apps/halloy.nix
···
server = "irc.hackclub.com";
port = 6667;
use_tls = false;
-
channels = ["#lounge"];
+
channels = [
+
"#lounge"
+
"#hq"
+
"#krn-rambles"
+
"#neon"
+
"#neighborhood"
+
"#meta"
+
"#fraud-land"
+
];
+
channel-keys = {
+
fraud-land = "fraudpheus";
+
};
};
};
};