diff options
| author | seth <[email protected]> | 2024-10-27 20:12:19 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-10-28 00:12:19 +0000 |
| commit | 5ec7ee21e036f7bc1cbdec714271c619cb3fdb3d (patch) | |
| tree | 3277d8ba68ca466e68c58a8373063010db392d2e /modules/nixos/README.md | |
| parent | 75ec48c5f7dd7877f2294b86764b1fdadc6b7e88 (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/nixos/README.md')
| -rw-r--r-- | modules/nixos/README.md | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/modules/nixos/README.md b/modules/nixos/README.md index 5a78133..5204795 100644 --- a/modules/nixos/README.md +++ b/modules/nixos/README.md @@ -1,20 +1,24 @@ # ./modules/nixos/ -## archetypes +## defaults -The high-level "type" of a machine (i.e., `personal` or `server`) +Defaults (mostly) shared across all configurations -## base +## desktop -Low level options shared for (almost) any kind of system +Installs cool GUI stuff for desktops and laptops -## desktop +## mixins -Installs cool GUI stuff for desktops...or laptops too I guess +Small modules that add onto existing ones; mean to be "mixed in" with your regular configurations + +## profiles + +The high-level "type" of a machine (i.e., `personal` or `server`) -## server +## services -Installs cool daemons and such for servers +Custom service modules ## traits |
