From 402cf499682986a5e920f9d9c90cf1b0b0c9f1a9 Mon Sep 17 00:00:00 2001 From: Reinout Meliesie Date: Tue, 4 Mar 2025 13:55:02 +0100 Subject: [PATCH] Reformat structure section in readme --- readme.md | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/readme.md b/readme.md index 1709eed..140cce5 100644 --- a/readme.md +++ b/readme.md @@ -10,17 +10,20 @@ If you want to build upon them I encourage you to fork this repository. ## Structure -`nixos-module.nix` \ -**↳** The top-level NixOS module containing all package expressions as an overlay, and all package modules. - Once imported the overlay contents can be found under `pkgs . kernelmaft`. +`nixos-module.nix` -`packages//package.nix` \ -**↳** A Nix package expression. +- The top-level NixOS module containing all package expressions as an overlay, and all package modules. + Once imported the overlay contents can be found under `pkgs . kernelmaft`. -`packages//nixos-module.nix` \ -**↳** NixOS module providing additional features for the package in question, such as for example systemd units. - Can be imported directly, but is also imported by the top-level module. - Not present for all packages. +`packages//package.nix` + +- A Nix package expression. + +`packages//nixos-module.nix` + +- NixOS module providing additional features for the package in question, such as for example systemd units. + Can be imported directly, but is also imported by the top-level module. + Not present for all packages. ## Examples