{lib, ...}: let inherit (lib) mkOption types; in { imports = [ ./apps ./hardware ./network ./wm ./users ./boot ./base ./timers ]; options = { horseman = { username = mkOption {type = types.str;}; }; }; }