Describe layout

This commit is contained in:
2026-05-14 15:38:40 +02:00
parent ac28afc5eb
commit 6e1631d77b

View File

@@ -28,6 +28,18 @@ nix run \
--flake .#artem@deimos --flake .#artem@deimos
``` ```
## Layout
- `migrated`: files which are assets for home-manager, but can still be used to
stow
- `legacy`: files to be placed under `$HOME` which are still under stow
- `hosts/*/{darwin,nixos,home}.nix`: personal machine nix configs
- `modules/{darwin,nixos,home}/*.nix`: exported nix configs
TODO: rename `migrated` to `assets` and create `exported` which would be the
exact mirror of nix-built configuration, but without nix (for machines where nix
can not be installed). That `exported` will then be used by stow.
## Security ## Security
Risks taken (disclaimer): Risks taken (disclaimer):