Note on global config

This commit is contained in:
~erin 2023-04-18 08:31:39 -04:00
parent 954c11becd
commit b0ca201c23
Signed by untrusted user: erin
GPG key ID: 9A8E308CEFA37A47

View file

@ -21,6 +21,9 @@ For the future, I do not see myself wanting or attempting to implement `x86` fun
We may also use [Rhai](https://lib.rs/crates/rhai) for scripting, for easy user control & modification of the system. We may also use [Rhai](https://lib.rs/crates/rhai) for scripting, for easy user control & modification of the system.
It will also use a global configuration - similar to **Guix** or **NixOS**. This allows it to be easily setup.
It will likely use [RON](https://lib.rs/crates/ron) for configuration.
Further design decisions are gone into detail in the next few chapters. Further design decisions are gone into detail in the next few chapters.
## Code Organization ## Code Organization