From 1c11c6486dff95f74f187530804d9c4a7a21d9e1 Mon Sep 17 00:00:00 2001 From: Javier Feliz Date: Wed, 13 Aug 2025 20:13:30 -0400 Subject: [PATCH] Update README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9f793ba..d5fdc5a 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ My modular NixOS configuration with Home Manager integration. ## Structure +``` | nix / |-flake.nix (Where everything starts) |-assets/ (profile pic, sddm background, etc) @@ -13,6 +14,7 @@ My modular NixOS configuration with Home Manager integration. |-modules/ (Pieces I want to be able to switch in and out) |--system/ (System level configs like bootloader, GPU drivers) |--home/ (Most of the juice is here. Managed by home manager. Program configs and such) +``` ## Base setup