NixToSee/ReadMe.md
2025-09-14 22:41:23 +02:00

1.3 KiB

NixToSee

nichts in german means nothing, if you say it fast it sounds like nix.

Beautiful button to my notes

folder structure

system_profiles

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" wide settings ("system" is not well defined) NixOS has profiles this should be a similar concept to them