docs: update configs README

This commit is contained in:
Gabriel Arazas 2024-08-29 17:44:26 +08:00
parent b78180d264
commit 4011c89612
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360

View File

@ -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.