An attribute set mapping remote file paths to their corresponding mount point configurations.
For each entry, to perform the equivalent of rclone mount remote:path/to/files /path/to/local/mount — as described in the rclone documentation https://rclone.org/commands/rclone_mount/ — we create a key-value pair like this: "path/to/files/on/remote" = { ... }.
On macOS, FUSE mounts additionally require macFUSE (https://osxfuse.github.io/) to be installed and its system extension approved. Home Manager does not install macFUSE; rclone will surface a runtime error if it is missing.