From 24dc815520b14b64961abfc0f1e9e04f8ef1723e Mon Sep 17 00:00:00 2001 From: Ranomier Date: Thu, 19 Jun 2025 18:17:44 +0000 Subject: [PATCH] Update readme.md --- readme.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/readme.md b/readme.md index 9198f57..604464b 100644 --- a/readme.md +++ b/readme.md @@ -11,13 +11,13 @@ This whole folder is for the most part just a system to clean up importing - Files in the `system_profiles` directory: - should never import anything from parent directories - can import things from the child directories -- The `importers` directory: - - Should only import things outside (above/parent) of the `system_profiles` directories. - - Probably only from the module directory or maybe a future nix-modules directory, - this rule is not set in stone yet - - should **not** import anything outside of this repository -- The `components` directory: - - Should never import anything from this repository - - It can import things from nixpkgs - - Should set only basic "system" settings - ("system" is not well defined) + - The `importers` directory: + - Should only import things outside (above/parent) of the `system_profiles` directories. + - Probably only from the module directory or maybe a future nix-modules directory, + this rule is not set in stone yet + - should **not** import anything outside of this repository + - The `components` directory: + - Should never import anything from this repository + - It can import things from nixpkgs + - Should set only basic "system" settings + ("system" is not well defined)