From 5ec7ee21e036f7bc1cbdec714271c619cb3fdb3d Mon Sep 17 00:00:00 2001 From: seth Date: Sun, 27 Oct 2024 20:12:19 -0400 Subject: 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 --- modules/darwin/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'modules/darwin/README.md') 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 -- cgit v1.2.3