diff options
Diffstat (limited to '')
-rw-r--r-- | home/home.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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 = '' |