How do I fill the Home Description?

Is this all you need? You’re header is already using this function for the meta-desc, but maybe you’re homepage is different than your blog main archive.

<?php if (is_front_page()) { ?>
<meta name="description" content="I'll take swords for 200." /> 
<?php } ?>

Use is_home() for the blog main archive.