nolan
/home is 755 on Solus.
Keep in mind that the /home/ directory is supposed to be owned by root and contains subdirectories owned by individual user(s) on that system. So you wouldn't want /home set to 750, there is no way this is what Ubuntu are doing.
Your individual users home directories within /home such as /home/harvey/ have default permission on Solus of 751.
Octal permissions:
4 = read
2 = write
1 = execute
So /home/harvey being 751 by default on Solus translates to:
OWNER = 7 = read, write, execute | GROUP = 5 = read, execute | OTHER = 1 = execute.
We tried 750 but this prevents users from creating samba shares within their home directory. Plasma would prompt users about the necessary change but Gnome and maybe others did not so the decision was made to set 751 for users home directories. There is no reason for /home to be less than 755.
EDIT:
Tested Ubuntu to confirm: