{ lib, config, pkgs, ... }: let inherit (lib) mkIf mkOption types; in { options.smayzy.base = mkOption { }; config = mkIf config.smayzy.base { }; }