2024-12-27 18:42 : id 30

This commit is contained in:
deadvey 2024-12-27 22:32:27 +00:00
parent fe66b4a5dc
commit 34f2ffc47e

View File

@ -262,6 +262,21 @@ in
};
};
programs = {
irssi = {
enable = true;
networks = {
Tuxcord = {
server = {
address = "irc.tuxcord.net";
port = 6697;
ssl = {
enable = true;
verify = true;
};
};
};
};
};
newsboat = {
enable = true;
urls = [
@ -286,9 +301,6 @@ in
{
url = "https://warandpeas.com/rss";
}
{
url = "https://news.ycombinator.com/rss";
}
{
url = "https://www.cyberciti.com/feed/";
}