mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 11:39:46 +01:00
emacs: document how to list available extra packages
This commit is contained in:
parent
31ae1bc2ff
commit
5eed33ef08
1 changed files with 5 additions and 1 deletions
|
@ -39,7 +39,11 @@ in
|
||||||
type = hmTypes.selectorFunction;
|
type = hmTypes.selectorFunction;
|
||||||
defaultText = "epkgs: []";
|
defaultText = "epkgs: []";
|
||||||
example = literalExample "epkgs: [ epkgs.emms epkgs.magit ]";
|
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 {
|
overrides = mkOption {
|
||||||
|
|
Loading…
Reference in a new issue