From c00e7fc3840ecb7e97125e49c7fc925ee655ab0d Mon Sep 17 00:00:00 2001 From: Christoph Hollizeck Date: Tue, 8 Oct 2024 15:42:58 +0200 Subject: [PATCH] init: Setup some Readmes initial readmes that should link to each other and explain the thought process that went into why things are in these categories --- README.md | 5 +++++ modules/README.md | 6 ++++++ overlays/README.md | 1 + shells/README.md | 3 +++ 4 files changed, 15 insertions(+) create mode 100644 modules/README.md create mode 100644 overlays/README.md create mode 100644 shells/README.md diff --git a/README.md b/README.md index 93ed8d0..06e63c9 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,9 @@ Most of this config draws inspiration from this config: [https://github.com/jakehamilton/config](https://github.com/jakehamilton/config) +[ToC] + + # NixOs config ## Archetypes @@ -46,3 +49,5 @@ How do I deplo my config onto new systems, and how do I safely transmit my signi ## Backups I saw that there is a onedrive version for linux, but I feel like that is not a good solution, I should look into [syncthing](https://syncthing.net) as this one looks really interesting, but I don't want to start this until I understood all of the implications. + + diff --git a/modules/README.md b/modules/README.md new file mode 100644 index 0000000..8cdac11 --- /dev/null +++ b/modules/README.md @@ -0,0 +1,6 @@ +## Modules Part of the Flake + +### nixos + + +### home diff --git a/overlays/README.md b/overlays/README.md new file mode 100644 index 0000000..1143f67 --- /dev/null +++ b/overlays/README.md @@ -0,0 +1 @@ +## Overlays provided by this flake diff --git a/shells/README.md b/shells/README.md new file mode 100644 index 0000000..98f1482 --- /dev/null +++ b/shells/README.md @@ -0,0 +1,3 @@ +## Shells provided by this flake + +