summaryrefslogtreecommitdiff
path: root/modules/darwin/README.md
diff options
context:
space:
mode:
authorseth <[email protected]>2024-10-27 20:12:19 -0400
committerGitHub <[email protected]>2024-10-28 00:12:19 +0000
commit5ec7ee21e036f7bc1cbdec714271c619cb3fdb3d (patch)
tree3277d8ba68ca466e68c58a8373063010db392d2e /modules/darwin/README.md
parent75ec48c5f7dd7877f2294b86764b1fdadc6b7e88 (diff)
modules: restructure (#487)
* seth: remove unused pkgs * modules: restructure from archetypes back to profiles make less actual modules for everything use lib.mkDefault like it's supposed to move mixins out of server * nixos/resolved: use modern options
Diffstat (limited to 'modules/darwin/README.md')
-rw-r--r--modules/darwin/README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/modules/darwin/README.md b/modules/darwin/README.md
index 249286c..50f07ac 100644
--- a/modules/darwin/README.md
+++ b/modules/darwin/README.md
@@ -1,17 +1,17 @@
# ./modules/darwin/
-## archetypes
+## defaults
-The high-level "type" of a machine (i.e., `personal` or `server`)
-
-## base
-
-Low level options shared for (almost) any kind of system
+Defaults (mostly) shared across all configurations
## desktop
Installs cool GUI stuff for desktops...or laptops too I guess
+## profiles
+
+The high-level "type" of a machine (i.e., `personal` or `server`)
+
## traits
Small, reusable aspects of a machine - like users