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