updates
This commit is contained in:
parent
540131289e
commit
5f97d1414b
2 changed files with 6 additions and 4 deletions
|
@ -44,8 +44,8 @@ let
|
|||
tags = [ "+junk" "-unread" "-inbox" ];
|
||||
}
|
||||
{
|
||||
query = "from:space-left.org OR to:space-left.org";
|
||||
tags = [ "+spaceleft" "+list" ];
|
||||
query = "from:space-left.org OR to:space-left.org OR subject:/\[space-left\]/";
|
||||
tags = [ "+spaceleft" "+list" "+space-left" ];
|
||||
}
|
||||
{
|
||||
query = "from:landr.com";
|
||||
|
|
|
@ -163,8 +163,10 @@ in {
|
|||
disconnectToSpeaker "brullrohre" "FC:A8:9A:ED:B8:FA";
|
||||
in [
|
||||
|
||||
zettlr
|
||||
(library.desktopFile zettlr { longName = "Zettlr"; })
|
||||
uget
|
||||
|
||||
#zettlr
|
||||
#(library.desktopFile zettlr { longName = "Zettlr"; })
|
||||
joplin
|
||||
(library.desktopFile joplin { longName = "Joplin"; })
|
||||
zim
|
||||
|
|
Loading…
Reference in a new issue