1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-29 01:48:31 +02:00

emacs: document how to list available extra packages

This commit is contained in:
Robert Helgesson 2019-08-18 13:33:34 +02:00
parent 31ae1bc2ff
commit 5eed33ef08
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89

View File

@ -39,7 +39,11 @@ in
type = hmTypes.selectorFunction;
defaultText = "epkgs: []";
example = literalExample "epkgs: [ epkgs.emms epkgs.magit ]";
description = "Extra packages available to Emacs.";
description = ''
Extra packages available to Emacs. To get a list of
available packages run:
<command>nix-env -f '&lt;nixpkgs&gt;' -qaP -A emacsPackagesNg</command>.
'';
};
overrides = mkOption {