chore: Add initial comprehensive structure to main readme
This commit is contained in:
parent
11b21f11d1
commit
e880584d15
47
README.md
47
README.md
|
@ -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">
|
<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>
|
</a>
|
||||||
|
|
||||||
Most of this config draws inspiration from this config:
|
My all-inclusive nix flake to solve all my problems.
|
||||||
[https://github.com/jakehamilton/config](https://github.com/jakehamilton/config)
|
|
||||||
|
|
||||||
|
|
||||||
[ToC]
|
[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
|
# NixOs config
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue