summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroutremonde <outremonde@vivaldi.net>2025-07-01 11:50:07 -0400
committeroutremonde <outremonde@vivaldi.net>2025-07-01 11:50:07 -0400
commit603d22fbc94b33a2d6f927eee7e524e09d4373e5 (patch)
treee8c6a353ab7b39c08eb5b95a6b96269b8ff54756
parent4dba3250acc58222d5b7cc21e2bbcc1a4b20f44b (diff)
edited docs
Former-commit-id: f754a5b07b5758e44a41e2a517edb7846bf021bf
-rw-r--r--docs/layout.md2
-rw-r--r--readme.md6
2 files changed, 8 insertions, 0 deletions
diff --git a/docs/layout.md b/docs/layout.md
index 4c38883..53370cf 100644
--- a/docs/layout.md
+++ b/docs/layout.md
@@ -1,5 +1,7 @@
# Layout
+I have no idea why codeberg shows this without any newlines.
+
features/: Simple reusable configurations (only create an enable option and maybe one other).
system/
gui/: Graphical configurations.
diff --git a/readme.md b/readme.md
index b945571..e8c2885 100644
--- a/readme.md
+++ b/readme.md
@@ -4,6 +4,12 @@ Iteration: 7?
This repo contains multi-device configurations for nixos and home-manager, including features like agenix for secret management, a wrapped neovim package with mnw, and more.
+> [!WARNING]
+> I am an amateur at nix and programming in general, please assume that this code is inefficient and unprofessional.
+
+> [!CAUTION]
+> The following documents are likely outdated and do not reflect the actual state of this repo.
+
- [Todo List](./docs/todo.md)
- [Directory Organization](./docs/layout.md)
- [Home Server Setup](./docs/home-server.md)