programs.emacs.extraPackages

Home-Manager option

Extra packages available to Emacs. To get a list of available packages run: nix-env -f &#x27;<nixpkgs>&#x27; -qaP -A emacsPackages.

type: Function that takes an attribute set and returns a list containing a selection of the values of the input set
Default
"epkgs: []"
Example
epkgs: [ epkgs.emms epkgs.magit ]
declared in: <home-manager/modules/programs/emacs.nix>source unavailable