mirror of
https://github.com/nix-community/home-manager
synced 2025-01-09 02:29:50 +01:00
emacs: document how to list available extra packages
(cherry picked from commit 5eed33ef08
)
This commit is contained in:
parent
35d31c390d
commit
0f85326dee
1 changed files with 5 additions and 1 deletions
|
@ -36,7 +36,11 @@ in
|
||||||
default = self: [];
|
default = self: [];
|
||||||
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