My personal config
Find a file
2025-09-13 01:50:56 +02:00
certificates feat: initial configuration for galene 2025-09-13 01:50:56 +02:00
experiments fix: rename tests to experiments 2025-06-08 03:35:07 +02:00
hosts wip: add test secret for game-luanti 2025-09-13 01:50:56 +02:00
lib feat: introduction of system_profiles 2025-06-14 21:43:23 +02:00
modules fix: import direnv 2025-09-13 01:50:56 +02:00
overlays fix: auto formatter 2025-05-08 20:36:52 +02:00
system_profiles fix: typo 2025-09-13 01:50:56 +02:00
.gitignore feat: add scratch files and folders to gitignore 2025-09-13 01:50:56 +02:00
flake.lock chore: update lock 2025-09-13 01:50:56 +02:00
flake.nix wip: add my nix secrets repo 2025-09-13 01:50:56 +02:00
outputs.nix feat: initial configuration for galene 2025-09-13 01:50:56 +02:00
readme.md Update readme.md 2025-06-19 18:47:39 +00:00

NixToSee

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

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" settings ("system" is not well defined)