{ pkgs, lib, ... }: let scripts = import {inherit pkgs lib;}; inherit (scripts) literature-quote; in { niveum.telegramBots.quotebot = { enable = true; time = "08/6:00"; token = lib.strings.fileContents ; chatIds = ["-1001760262519"]; command = "${literature-quote}/bin/literature-quote"; parseMode = "Markdown"; }; niveum.passport.services = [ { title = "Literature quote bot"; description = "sends me and my friends three logotheca quotes a day."; } ]; }