2024-12-27 18:42 : id 30
This commit is contained in:
parent
fe66b4a5dc
commit
34f2ffc47e
@ -262,6 +262,21 @@ in
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
programs = {
|
programs = {
|
||||||
|
irssi = {
|
||||||
|
enable = true;
|
||||||
|
networks = {
|
||||||
|
Tuxcord = {
|
||||||
|
server = {
|
||||||
|
address = "irc.tuxcord.net";
|
||||||
|
port = 6697;
|
||||||
|
ssl = {
|
||||||
|
enable = true;
|
||||||
|
verify = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
newsboat = {
|
newsboat = {
|
||||||
enable = true;
|
enable = true;
|
||||||
urls = [
|
urls = [
|
||||||
@ -286,9 +301,6 @@ in
|
|||||||
{
|
{
|
||||||
url = "https://warandpeas.com/rss";
|
url = "https://warandpeas.com/rss";
|
||||||
}
|
}
|
||||||
{
|
|
||||||
url = "https://news.ycombinator.com/rss";
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
url = "https://www.cyberciti.com/feed/";
|
url = "https://www.cyberciti.com/feed/";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user