From d929662e3a6bf19a441fa76671f805ede09b3428 Mon Sep 17 00:00:00 2001 From: Johannes Rothe Date: Sun, 18 Aug 2024 20:24:16 +0200 Subject: [PATCH] Add home newsboat config using miniflux --- home/rothe.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/home/rothe.nix b/home/rothe.nix index bcd2f36..ed29db6 100644 --- a/home/rothe.nix +++ b/home/rothe.nix @@ -265,6 +265,17 @@ style = ./waybar.css; }; + programs.newsboat = { + enable = true; + extraConfig = " + urls-source \"miniflux\"\n + miniflux-url \"https://feeds.johannes-rothe.de/\"\n + miniflux-login \"johannes\"\n + miniflux-passwordfile ~/.minifluxpw\n + "; + }; + + # Automatic display output management services.kanshi = { enable = true;