aboutsummaryrefslogtreecommitdiff
path: root/modules/manual.nix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Switch to extended Nixpkg's `lib`Robert Helgesson2020-01-211-1/+1
| | | | | | | | | This change makes use of the `extend` function inside `lib` to inject a new `hm` field containing the Home Manager library functions. This simplifies use of the Home Manager library in the modules and reduces the risk of accidental infinite recursion. PR #994
* manual: add nmd as a generation dependencyRobert Helgesson2019-08-281-0/+7
| | | | | | | This is to allow network-less rebuilding of a generation after a garbage collection. Fixes #819
* docs: use nmd for generating documentationRobert Helgesson2019-08-211-58/+5
| | | | | The nmd library is an external library for generating Nix-centric documentation.
* manual: add option `manual.json.enable`Alex Ameen2019-04-151-1/+14
| | | | | Make it possible to install a JSON file containing the available Home Manager options.
* manual: use writeShellScriptBinRobert Helgesson2019-03-211-1/+1
|
* manual: add HTML manualRobert Helgesson2018-05-181-2/+40
| | | | | Also add a `home-manager-help` script that attempts to open the HTML manual in a browser.
* manual: some cleanupsRobert Helgesson2018-05-111-1/+1
|
* manual: fix import pathRobert Helgesson2018-05-071-1/+1
| | | | | Need to refer to the `default.nix` in the same home-manager source otherwise you might get an old version.
* doc: make documentation independent from NixOSRobert Helgesson2018-05-061-22/+4
| | | | | | | | Unfortunately this duplicates some code from NixOS but it does allow much more flexibility and, hopefully, stability in the Home Manager documentation. Fixes #254.
* Mark rycee as maintainer for a bunch of modulesRobert Helgesson2017-09-261-11/+14
|
* manual: fix man pages build on unstable NixOSRobert Helgesson2017-07-211-3/+13
|
* manual: add moduleRobert Helgesson2017-01-151-0/+68
This module is capable of producing a bastardized NixOS configuration manual with Home Manager configuration options instead.