aboutsummaryrefslogtreecommitdiff
path: root/home-manager/home-manager.nix (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-05-21home-manager: allow unspecified `confAttr`Matthew Bauer1-2/+2
PR #1255
2018-12-04home-manager: import modules using relative pathWael M. Nasreddine1-1/+1
2017-11-02home-manager: avoid import to improve error messagesRobert Helgesson1-4/+3
When using `import` to inject the configuration into the module system we lose the location in error messages, i.e., it just says ``<unknown-file>'`.
2017-10-24home-manager: point <home-manager> to project rootRobert Helgesson1-1/+1
Before this path would point to the modules path. Using the project root instead makes it possible to set `<home-manager>` to point to a downloadable archive of Home Manager. This should make it significantly easier to install and keep Home Manager up to date. To match this change we also deprecate the Home Manager option programs.home-manager.modulesPath and instead ask users to use programs.home-manager.path
2017-09-05home-manager: add news sub-commandRobert Helgesson1-1/+75
This command allows the user to examine the news items generated by the news module. See #52. Many thanks to @nonsequitur and @uvNikita for suggestions and improvements.
2017-08-28home-manager: remove escapingNikita Uvarov1-1/+1
The Nix code that was extracted to its own file erroneously included escaping of "${".
2017-08-28home-manager: move Nix code to own fileRobert Helgesson1-0/+15