From 36688e8acd3473ca7e5c14a6d05d8cae3e9e9e64 Mon Sep 17 00:00:00 2001 From: Reinout Meliesie Date: Tue, 4 Mar 2025 13:39:51 +0100 Subject: [PATCH] Reformat structure section in readme --- readme.md | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/readme.md b/readme.md index 1d0dbcf..1709eed 100644 --- a/readme.md +++ b/readme.md @@ -10,20 +10,17 @@ If you want to build upon them I encourage you to fork this repository. ## Structure -### `nixos-module.nix` +`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`. -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//package.nix` \ +**↳** A Nix package expression. -### `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. +`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