diff --git a/home/irssi.nix b/home/irssi.nix new file mode 100644 index 0000000..65da469 --- /dev/null +++ b/home/irssi.nix @@ -0,0 +1,18 @@ +{...}: { + programs.irssi = { + enable = true; + networks.liberachat = { + nick = "cy7"; + server = { + address = "irc.libera.chat"; + port = 6697; + autoConnect = true; + }; + channels = { + nixos.autoJoin = true; + linux.autoJoin = true; + rust.autoJoin = true; + }; + }; + }; +} diff --git a/home/yt/ytnix.nix b/home/yt/ytnix.nix index 2fa8d16..33a4aed 100644 --- a/home/yt/ytnix.nix +++ b/home/yt/ytnix.nix @@ -7,6 +7,7 @@ ./common.nix ../foot.nix ../niri + ../irssi.nix ]; home = { username = "yt";