aboutsummaryrefslogtreecommitdiff
path: root/doc/man-home-manager.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* home-manager: add instantiate subcommandTimo Kaufmann2020-03-251-0/+14
| | | | | | | | It can be useful to simply instantiate a Home Manager configuration without actually building it, for example for the purpose of pre-building it with some custom command. PR #1099
* home-manager: add --(no-)substitute optionsRobert Helgesson2019-12-011-0/+16
| | | | Fixes #312
* home-manager: support `--option` argumentRobert Helgesson2019-08-301-0/+16
| | | | Fixes #784
* doc: minor grammar fixRobert Helgesson2019-08-261-1/+1
|
* home-manager: support a few extra pass-through optionsRobert Helgesson2019-08-261-0/+64
| | | | These options will be passed through to the `nix-build` tool.
* home-manager: rewrite argument parsingRobert Helgesson2019-06-091-19/+348
| | | | | | | | | | | This rewrite allows "long options" but unfortunately does not allow merged options such as `-vn`. Also improve the home-manager manual page, with this it should include all sub-commands and arguments. Finally, include the home-manager manual page in the generated HTML documentation.
* doc: add "See also" section to manpagesLorenzo Manacorda2019-02-101-0/+9
| | | | Pointing to each other.
* doc: move home-manager man page to section 1Robert Helgesson2019-02-101-1/+1
| | | | This is not really a system administration tool so 8 is unsuitable.
* doc: reformat XML filesRobert Helgesson2019-01-201-20/+37
|
* doc: make documentation independent from NixOSRobert Helgesson2018-05-061-0/+62
Unfortunately this duplicates some code from NixOS but it does allow much more flexibility and, hopefully, stability in the Home Manager documentation. Fixes #254.