link to JS library using wp_enqueue_scripts not working

You must not only register the script, but also enqueue it after that, like this:

wp_enqueue_script('fullpage-slimscroll');