aboutsummaryrefslogtreecommitdiff
path: root/home-manager/home-manager.nix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* home-manager: allow unspecified `confAttr`Matthew Bauer2020-05-211-2/+2
| | | | PR #1255
* home-manager: import modules using relative pathWael M. Nasreddine2018-12-041-1/+1
|
* home-manager: avoid import to improve error messagesRobert Helgesson2017-11-021-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>'`.
* home-manager: point <home-manager> to project rootRobert Helgesson2017-10-241-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
* home-manager: add news sub-commandRobert Helgesson2017-09-051-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.
* home-manager: remove escapingNikita Uvarov2017-08-281-1/+1
| | | | | The Nix code that was extracted to its own file erroneously included escaping of "${".
* home-manager: move Nix code to own fileRobert Helgesson2017-08-281-0/+15