# Wyrdgard
My all-inclusive nix flake to solve all my problems.

## Repository Overview
- [homes](#homes)
- [lib](#lib)
- [modules](#modules)
- [overlays](#overlays)
- [secrets](#secrets)
- [shells](#shells)
- [systems](#systems)
### homes
- user@system syntax
- home manager config possible
### lib
- extending lib
### [modules](./modules/README.md)
- nixos
- home
- darwin
### [overlays](./overlays/README.md)
- overlays provided by this flake
### secrets
- secrets used currently only one file
### [shells](./shells/README.md)
### systems
- all the systems that can be built with the flake
## inspirations and thanks
Most of this config draws inspiration from this config:
[https://github.com/jakehamilton/config](https://github.com/jakehamilton/config)