From 97c8f1bd741ef6da4048d4882477f7bd586e3c95 Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Sun, 8 Dec 2024 19:03:17 -0500 Subject: [PATCH] README update --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2a78e4d..1c2948f 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,8 @@ This repo is a Nix flake that manages most of my setup on macOS and fully manage ## Flake structure +> **RESTRUCTURING IN PROGRESS**: please note, I am restructuring this to remove a lot of complexity. This first pass is done and moves home manager bits into modules that have home in the name. Things that apply to everything under a part of the tree are in a corresponding `default.nix` + The Nix bits are driven by `flake.nix` which pulls in things under `modules/`. Both Intel and Apple Silicon macOS are suppoted, as is NixOS. The flake is structured like so: - description: a human readable description of this flake