commit 6173c533f201716534d5c073487a4ea385b2a07d Author: finn Date: Tue Jun 27 11:35:22 2023 +0200 Added Readme File diff --git a/README.md b/README.md new file mode 100644 index 0000000..a24703c --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# Private NixOS Configuration + +## structure + +``` +. +├── images # custom image generations +├── machines # machine definitions +├── modules # own nix-options, to modularize services/hardware/... +├── overlays # overlays +├── pkgs # own packages, which are not available in nixpkgs +└── profiles # summarize module collections into single options +``` + +## usage