How do i enable categories for my custom post type?

Your code is basically correct, except that the standard taxonomies have singular names.

Use taxonomies' => array('category', 'post_tag') instead.