removed issri, added #3dprinting to tiny channels.
This commit is contained in:
parent
e1c4ba9ef0
commit
405c0e4aaf
2 changed files with 1 additions and 41 deletions
|
@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
|
@ -25,6 +25,7 @@
|
|||
"#zig"
|
||||
"#git"
|
||||
"#hardware"
|
||||
"#3dprinting"
|
||||
"#lobsters"
|
||||
"#gamingonlinux"
|
||||
"##chat"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue