diff options
author | stuebinm | 2022-04-03 21:48:53 +0200 |
---|---|---|
committer | stuebinm | 2022-04-03 21:48:53 +0200 |
commit | a68b67e186fa189f592476d287540445568d1822 (patch) | |
tree | b66108af198a3a2fb0c48cca81912d1db7048071 /home/home.nix | |
parent | 9007f09b8526dcadc17bf9f3f3cbfd61494bf856 (diff) |
home: new feeds
Diffstat (limited to '')
-rw-r--r-- | home/home.nix | 8 |
1 files changed, 2 insertions, 6 deletions
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 |