From a68b67e186fa189f592476d287540445568d1822 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Sun, 3 Apr 2022 21:48:53 +0200 Subject: home: new feeds --- home/home.nix | 8 ++------ home/newsboat-public.nix | 5 +++++ 2 files changed, 7 insertions(+), 6 deletions(-) (limited to 'home') diff --git a/home/home.nix b/home/home.nix index 3f08968..c2019a4 100644 --- a/home/home.nix +++ b/home/home.nix @@ -138,12 +138,8 @@ reloadThreads = 200; queries = { unread = ''unread="yes"''; - security = ''tags # "security"''; - ao3 = ''tags # "ao3"''; - blogs = ''unread="yes" and tags # "blog"''; - video = ''tags # "video"''; - podcasts = ''tags # "podcast"''; - news = ''tags # "news"''; + non-papers = ''( unread="yes" ) and ( tags !# "paper" )''; + paper = ''tags # "paper"''; }; extraConfig = '' color background white default diff --git a/home/newsboat-public.nix b/home/newsboat-public.nix index 67da2bc..f416140 100644 --- a/home/newsboat-public.nix +++ b/home/newsboat-public.nix @@ -97,6 +97,10 @@ with import ./newsboat-lib.nix; (btag "https://golem.ph.utexas.edu/category/atom10.xml" "cat") (btag "http://ilztalbahn.eu/feed" "bahn") + # paper + (btag "http://arxiv.org/rss/cs.PL" "paper") + (btag "http://arxiv.org/rss/cs.LO" "paper") + # videos (vtag "https://media.ccc.de/updates.rdf" "chaos") # Media.CCC.de (ytag "UC9rxWtgVUFls4LocQhXoNJA" "tech") # Software Circus @@ -128,6 +132,7 @@ with import ./newsboat-lib.nix; (ytag "UC1H1NWNTG2Xi3pt85ykVSHA" "prog") # Jordan Harrod (AI) (ytag "UC2zfPMH_srjxUN5EYrfIhCw" "comp") # Zurich friends of Haskell (ytag "UCUQo7nzH1sXVpzL92VesANw" "stuff") # DIY Perks + (ytag "UC9HdIU2VhD9tC9Cad49JUcA" "bahn") # Alwin Meschede (blender 2737) # blender developers (blender 10) # reels (blender 9) # open movies -- cgit v1.2.3