removed issri, added #3dprinting to tiny channels.

This commit is contained in:
Gabe Venberg 2025-05-13 14:53:27 +02:00
parent e1c4ba9ef0
commit 405c0e4aaf
2 changed files with 1 additions and 41 deletions

View file

@ -1,41 +0,0 @@
{
config,
pkgs,
lib,
...
}: {
options.user.irssi.enable = lib.mkEnableOption "enable irssi";
config = lib.mkIf config.user.irssi.enable {
programs.irssi = {
enable = true;
networks = {
liberachat = {
nick = "toric";
server = {
address = "irc.libera.chat";
port = 6697;
autoConnect = true;
ssl = {
enable = true;
certificateFile = "${config.home.homeDirectory}/keys/certs/irc.pem";
verify = true;
};
};
channels = {
libera.autoJoin = true;
linux.autoJoin = true;
programming.autoJoin = true;
rust.autoJoin = true;
nixos.autoJoin = true;
git.autoJoin = true;
neovim.autoJoin = true;
kernel.autoJoin = true;
hardware.autoJoin = true;
lobsters.autoJoin = true;
gamingonlinux.autoJoin = true;
};
};
};
};
};
}

View file

@ -25,6 +25,7 @@
"#zig"
"#git"
"#hardware"
"#3dprinting"
"#lobsters"
"#gamingonlinux"
"##chat"