MyNixOS website logo
option

xsession.windowManager.exwm.extraPackages

Extra packages available to Emacs. The value must be a function which receives the attrset defined in emacs.pkgs as the sole argument.

Declarations
Type
function that evaluates to a(n) list of package
Default
epkgs: []
Example
epkgs: [
  epkgs.emms
  epkgs.magit
  epkgs.proof-general
]