aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorspl3g <notspl3g@duck.com>2026-03-18 18:01:41 +0300
committerspl3g <notspl3g@duck.com>2026-03-18 18:01:59 +0300
commit03648b3d9f177227df40129bed22558f6924b91c (patch)
tree8a22eda142beeafd9002a8d5901ba9428a77ad52 /README.md
parentdc19a2b583b3ab50d8e36ff0a90ca633495f675f (diff)
so.. v2 i guess
Diffstat (limited to 'README.md')
-rw-r--r--README.md22
1 files changed, 21 insertions, 1 deletions
diff --git a/README.md b/README.md
index 29f9b8c..9c85f9a 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,21 @@
-# Some NixOS configs
+# Some nix configs
+
+## Folder structure
+```
+.
+├── flake.lock
+├── flake.nix
+├── modules
+│   ├── deploy.nix #
+│   ├── flake-parts.nix # flake-parts configs
+│   ├── shell.nix
+│   ├── overlays.nix
+│   ├── nixosModules # server modules and some preconfigured things
+│   ├── homeModules
+│   ├── pkgs
+│   └── hosts
+│      ├── ltrr-block # home server
+│      ├── ltrr-cloud # vps
+│      └── ltrr-mini
+└── README.md
+```