summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/bureautomation/automation/daily-news.nix
blob: 2bafe4795df547bc56a350972a440a08300fcf4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[
  {
    alias = "Daily news for Felix";
    trigger = {
      platform = "time";
      at = "07:35:00";
    };
    action = 
    [
      {
        service = "notify.telegrambot";
        data_template = {
          title = "Daily News";
          # TODO
          message = "";
        };
      }
    ];
  }
]