{ pkgs, ... }: { services.cron = { enable = true; systemCronJobs = [ "*/5 * * * * b12f ${pkgs.check-battery}/bin/check-battery" ]; }; }