{ lib, ... }: { options.services.hyprspace = { services = lib.mkOption { type = lib.types.attrsOf lib.types.path; default = {}; }; }; }