{lib, ...}: let inherit (lib) mkOption types; in { options = { horseman = { username = mkOption {type = types.str;}; }; }; }