stockholm/makefu/2configs/bureautomation/automation/daily-news.nix

21 lines
312 B
Nix

[
{
alias = "Daily news for Felix";
trigger = {
platform = "time";
at = "07:35:00";
};
action =
[
{
service = "notify.telegrambot";
data_template = {
title = "Daily News";
# TODO
message = "";
};
}
];
}
]