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.
This commit is contained in:
Gabriel Arazas 2024-11-19 20:41:51 +08:00
parent 024f27aca5
commit 4755c16040
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360

View File

@ -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";