diff --git a/configs/README.adoc b/configs/README.adoc index c12b53e4..1cf48829 100644 --- a/configs/README.adoc +++ b/configs/README.adoc @@ -12,7 +12,7 @@ Here is the following list of them used in the repo history: * `hosts` for NixOS systems (e.g., `hosts/ni`). * `users` for home-manager configurations (e.g., `users/foo-dogsquared`). * `nixvimConfigs` for NixVim configurations (e.g., `nixvimConfigs/fiesta`). -* `wrappers` for wrapper-manager packages (e.g., `wrappers/archive-setup`). +* `wrapperPackages` for wrapper-manager packages (e.g., `wrappers/archive-setup`). * `flake` for flake-parts (seeing it only has one of them, it is constantly referred to as `flake`). These "codenames" are also used for their environment-specific module structuring (e.g., `hosts.ni.services.backup.enable` for NixOS, `nixvimConfigs.fiesta.setups.tree-sitter` for NixVim, `users.foo-dogsquared.setups.desktop.enable` for home-manager) with the exception of flake-parts where it is basically a free-for-all.