My personal config
Find a file
2025-06-17 00:09:18 +02:00
certificates wip: add julia server with wordpress 2025-05-13 19:02:56 +02:00
experiments fix: rename tests to experiments 2025-06-08 03:35:07 +02:00
hosts feat: reactivate and update ext-julia 2025-06-17 00:09:18 +02:00
lib feat: introduction of system_profiles 2025-06-14 21:43:23 +02:00
modules feat: introduction of system_profiles 2025-06-14 21:43:23 +02:00
overlays fix: auto formatter 2025-05-08 20:36:52 +02:00
system_profiles fix: use rootPath everywhere! :3 2025-06-15 21:45:30 +02:00
.gitignore added factorio 2024-10-26 21:26:39 +02:00
flake.lock chore: update 2025-06-15 21:26:52 +02:00
flake.nix feat: reenable home-manager 2025-06-09 20:52:04 +02:00
outputs.nix feat: reactivate and update ext-julia 2025-06-17 00:09:18 +02:00
readme.md feat: introduction of system_profiles 2025-06-14 21:43:23 +02:00

My flake config

Some awesome descriptive text here

folder structure

system_profiles

This whole folder is for the most part just a system to clean up importing

  • In files in this (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)