{ lib }: { dirNames = path: builtins.attrNames (lib.filterAttrs (name: type: type == "directory") (builtins.readDir path)); }