Reformat structure section in readme
This commit is contained in:
parent
36688e8acd
commit
402cf49968
1 changed files with 12 additions and 9 deletions
15
readme.md
15
readme.md
|
@ -10,15 +10,18 @@ If you want to build upon them I encourage you to fork this repository.
|
||||||
|
|
||||||
## Structure
|
## Structure
|
||||||
|
|
||||||
`nixos-module.nix` \
|
`nixos-module.nix`
|
||||||
**↳** The top-level NixOS module containing all package expressions as an overlay, and all package modules.
|
|
||||||
|
- 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`.
|
Once imported the overlay contents can be found under `pkgs . kernelmaft`.
|
||||||
|
|
||||||
`packages/<package-name>/package.nix` \
|
`packages/<package-name>/package.nix`
|
||||||
**↳** A Nix package expression.
|
|
||||||
|
|
||||||
`packages/<package-name>/nixos-module.nix` \
|
- A Nix package expression.
|
||||||
**↳** NixOS module providing additional features for the package in question, such as for example systemd units.
|
|
||||||
|
`packages/<package-name>/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.
|
Can be imported directly, but is also imported by the top-level module.
|
||||||
Not present for all packages.
|
Not present for all packages.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue