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