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" ];
|
tags = [ "+junk" "-unread" "-inbox" ];
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
query = "from:space-left.org OR to:space-left.org";
|
query = "from:space-left.org OR to:space-left.org OR subject:/\[space-left\]/";
|
||||||
tags = [ "+spaceleft" "+list" ];
|
tags = [ "+spaceleft" "+list" "+space-left" ];
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
query = "from:landr.com";
|
query = "from:landr.com";
|
||||||
|
|
|
@ -163,8 +163,10 @@ in {
|
||||||
disconnectToSpeaker "brullrohre" "FC:A8:9A:ED:B8:FA";
|
disconnectToSpeaker "brullrohre" "FC:A8:9A:ED:B8:FA";
|
||||||
in [
|
in [
|
||||||
|
|
||||||
zettlr
|
uget
|
||||||
(library.desktopFile zettlr { longName = "Zettlr"; })
|
|
||||||
|
#zettlr
|
||||||
|
#(library.desktopFile zettlr { longName = "Zettlr"; })
|
||||||
joplin
|
joplin
|
||||||
(library.desktopFile joplin { longName = "Joplin"; })
|
(library.desktopFile joplin { longName = "Joplin"; })
|
||||||
zim
|
zim
|
||||||
|
|
Loading…
Reference in a new issue