{ lib, ... }: { imports = [ ./containers.nix ./nix.nix ]; options.modules = with lib.options; with lib.types; { primaryUser = mkOption { default = null; type = types.str; }; mosh.enable = mkOption { default = false; type = types.bool; }; }; }