From 4755c160407a63dee6fe85f5bd79aded08f0addf Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Tue, 19 Nov 2024 20:41:51 +0800 Subject: [PATCH] users/foo-dogsquared/setups/desktop: add Matcha as RSS digest Thunderbird is a slight not-so-good idea to be used as one especially if it's gone big. Might have to reconsider this with Archivebox though. --- .../foo-dogsquared/modules/setups/desktop.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/configs/home-manager/foo-dogsquared/modules/setups/desktop.nix b/configs/home-manager/foo-dogsquared/modules/setups/desktop.nix index 93ee37d7..131c7659 100644 --- a/configs/home-manager/foo-dogsquared/modules/setups/desktop.nix +++ b/configs/home-manager/foo-dogsquared/modules/setups/desktop.nix @@ -82,6 +82,16 @@ in }; }; + # My daily digital newspaper. + services.matcha = { + enable = true; + settings = { + opml_file_path = "${config.xdg.userDirs.documents}/feeds.opml"; + markdown_dir_path = "${config.xdg.userDirs.documents}/Matcha"; + }; + startAt = "daily"; + }; + users.foo-dogsquared.programs.custom-homepage.sections.services.links = lib.singleton { url = "http://localhost:${builtins.toString config.state.ports.activitywatch.value}"; text = "Telemetry server";