chore: Add initial comprehensive structure to main readme

This commit is contained in:
Christoph Hollizeck 2024-10-08 16:23:54 +02:00
parent 11b21f11d1
commit e880584d15

View file

@ -7,12 +7,53 @@
<img alt="Built With Snowfall" src="https://img.shields.io/static/v1?logoColor=d8dee9&label=Built%20With&labelColor=5e81ac&message=Snowfall&color=d8dee9&style=for-the-badge">
</a>
Most of this config draws inspiration from this config:
[https://github.com/jakehamilton/config](https://github.com/jakehamilton/config)
My all-inclusive nix flake to solve all my problems.
[ToC]
# Repository Overview
## homes
- user@system syntax
- home manager config possible
## lib
- extending lib
## modules
- nixos
- home
- darwin
[Different modules explained](./modules/README.md)
## overlays
- overlays provided byt this flake
[Overlays](./overlays/README.md)
## secrets
- secrets used currently only one file
## shells
[Shells](./shells/README.md)
## systems
- all the systems that can be built with the flake
<br>
<br>
## inspirations and thanks
Most of this config draws inspiration from this config:
[https://github.com/jakehamilton/config](https://github.com/jakehamilton/config)
# NixOs config