From 633c1ca9a191772ae9518e4a4a95fa50e1925c34 Mon Sep 17 00:00:00 2001 From: Paul-Henri Froidmont Date: Sun, 22 Feb 2026 23:48:43 +0100 Subject: [PATCH] Fix newsboat's config --- modules/apps/newsboat.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/apps/newsboat.nix b/modules/apps/newsboat.nix index e934f60..5874d92 100644 --- a/modules/apps/newsboat.nix +++ b/modules/apps/newsboat.nix @@ -1,4 +1,5 @@ { + pkgs, config, lib, ... @@ -25,7 +26,7 @@ in urls-source "ocnews" ocnews-url "https://cloud.banditlair.com" ocnews-login "paultrial" - ocnews-passwordeval "secret-tool lookup elfeed nextcloud" + ocnews-passwordeval "${pkgs.libsecret}/bin/secret-tool lookup elfeed nextcloud" cleanup-on-quit yes