Fix newsboat's config
This commit is contained in:
parent
51a11b676c
commit
633c1ca9a1
1 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
{
|
{
|
||||||
|
pkgs,
|
||||||
config,
|
config,
|
||||||
lib,
|
lib,
|
||||||
...
|
...
|
||||||
|
|
@ -25,7 +26,7 @@ in
|
||||||
urls-source "ocnews"
|
urls-source "ocnews"
|
||||||
ocnews-url "https://cloud.banditlair.com"
|
ocnews-url "https://cloud.banditlair.com"
|
||||||
ocnews-login "paultrial"
|
ocnews-login "paultrial"
|
||||||
ocnews-passwordeval "secret-tool lookup elfeed nextcloud"
|
ocnews-passwordeval "${pkgs.libsecret}/bin/secret-tool lookup elfeed nextcloud"
|
||||||
|
|
||||||
cleanup-on-quit yes
|
cleanup-on-quit yes
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue