emacs: document how to list available extra packages
(cherry picked from commit 5eed33ef08
)
This commit is contained in:
parent
35d31c390d
commit
0f85326dee
|
@ -36,7 +36,11 @@ in
|
|||
default = self: [];
|
||||
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