add base module for user/host/home configs (#119)
Allows users to have a base module for home/host/user definitions:
```nix
den.base.host = {
# applies to all den.hosts.<system>.<name>
# use it to define options all hosts might have.
};
den.base.user = { ... } # included in all den.hosts.<system>.<name>.users.<user>
den.base.home = { ... } # included in all den.homes.<system>.<name>
den.base.conf = { ... } # included in ANY host / user / home config.
```
authored by
oeiuwq.com
and committed by