From e85c97f26c10a88cc8724bf727fc1b005e230cd3 Mon Sep 17 00:00:00 2001 From: Ranomier Date: Thu, 19 Jun 2025 18:45:57 +0000 Subject: [PATCH] Update readme.md --- readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index 604464b..0871481 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,4 @@ -# NixToSee +# [NixToSee](https://git.katzies.win/Ranomier/NixToSee) *nichts* in german means nothing, if you say it fast it sounds like nix. @@ -8,15 +8,15 @@ This whole folder is for the most part just a system to clean up importing -- Files in the `system_profiles` directory: +- Files in the [system_profiles](system_profiles) directory: - should never import anything from parent directories - can import things from the child directories - - The `importers` directory: + - The [importers](system_profiles/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: + - The [components](system_profiles/components) directory: - Should never import anything from this repository - It can import things from nixpkgs - Should set only basic "system" settings