From e880584d154fd96de262fc5a3246ee97794c20c7 Mon Sep 17 00:00:00 2001 From: Christoph Hollizeck Date: Tue, 8 Oct 2024 16:23:54 +0200 Subject: [PATCH] chore: Add initial comprehensive structure to main readme --- README.md | 49 +++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 45 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 06e63c9..b0d39f4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Wyrdgard +# Wyrdgard Nix Flakes Ready @@ -7,12 +7,53 @@ Built With Snowfall -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 + + +
+
+ +## inspirations and thanks + +Most of this config draws inspiration from this config: +[https://github.com/jakehamilton/config](https://github.com/jakehamilton/config) + # NixOs config