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;