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