From c520cf8a0b3681d24f235b4497a18c1a67bb7c42 Mon Sep 17 00:00:00 2001 From: Asdam9 Date: Tue, 14 Apr 2026 23:04:35 +0200 Subject: [PATCH] Clarified readme --- README.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 360ca13..7912ba7 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,20 @@ # AsdamNixOS -This is my nixos configurations \ No newline at end of file +My nixos configuration. + +I am employing flakes, especially as the dendritic pattern (everything is a module) + +Essentially things can be put into three categories (and folders): + +1. Hosts +2. Profiles +3. Features + +## Hosts +Machine specific config, how exactly to set each system up, especially with hardware and other such machine configs + +## Profiles +Generalized profiles that package large amounts of features in easy to import modules + +## Features +Every single software I have bothered setting up a module and config for