mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
feat(newsboat): starred tt-rss
This commit is contained in:
1
ci.nix
1
ci.nix
@@ -53,6 +53,7 @@
|
||||
"restic/password"
|
||||
"traadfri.key"
|
||||
"tt-rss/password"
|
||||
"tt-rss/private-rss.key"
|
||||
"wifi/Aether.psk"
|
||||
"spotify/username"
|
||||
"spotify/password"
|
||||
|
||||
@@ -100,6 +100,7 @@ in {
|
||||
newsboat = pkgs.writers.writeDashBin "newsboat" ''
|
||||
${pkgs.newsboat}/bin/newsboat -C ${newsboat-config} -u ${pkgs.writeText "newsboat-urls" ''
|
||||
"query:🕒 Read Later:flags # \"e\""
|
||||
https://feed.kmein.de/public.php?op=rss&id=-1&is_cat=0&q=&key=${lib.strings.fileContents <secrets/tt-rss/private-rss.key>} "~Starred"
|
||||
"query:📥 Unread:unread = \"yes\""
|
||||
" "
|
||||
''} "$@"
|
||||
|
||||
Reference in New Issue
Block a user