Skip to content

Instantly share code, notes, and snippets.

{ config, lib, pkgs, ... }:
with lib;
{
options.mine.simple-timer.enable = mkEnableOption "simple-timer";
config = mkIf config.mine.simple-timer.enable {
systemd = {
timers.simple-timer = {