mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
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:
parent
024f27aca5
commit
4755c16040
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user