emacs: document how to list available extra packages
This commit is contained in:
parent
31ae1bc2ff
commit
5eed33ef08
|
@ -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 '<nixpkgs>' -qaP -A emacsPackagesNg</command>.
|
||||
'';
|
||||
};
|
||||
|
||||
overrides = mkOption {
|
||||
|
|
Loading…
Reference in a new issue