From 90485d0dbd789fa08411203c941b4a0d79166d03 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Wed, 20 Sep 2023 17:06:15 +0200 Subject: home: add a non-video filter to newsboat (i have too many media.ccc.de talks in my backlog, to the point of not seeing anything else) --- home/home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/home.nix b/home/home.nix index 6fe4d97..950693d 100644 --- a/home/home.nix +++ b/home/home.nix @@ -210,6 +210,7 @@ queries = { unread = ''unread="yes"''; non-papers = ''( unread="yes" ) and ( tags !# "paper" )''; + non-video = ''( unread="yes" ) and ( tags !# "paper" ) and ( tags !# "video" )''; paper = ''tags # "paper"''; }; extraConfig = '' -- cgit v1.2.3