The activity page can't be paginated. You can of course code the pagination yourself but it will not be efficient at all due to how the post updates are structured. On the other hand, the questions page can be paginated.
So in order to make the questions page your home page you could add this to your qa-config.php file:
$QA_CONST_PATH_MAP=array(
'questions' => '',
);