{ config, lib, ... }: let cfg = config.hm.env.mako; in { options.hm.env.mako.enable = lib.mkEnableOption "enables mako notifications"; config = lib.mkIf cfg.enable { services.mako = { enable = true; settings = { }; }; }; }