services.xserver.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.

Type
function that evaluates to a(n) list of package
Default
epkgs: []
Example
epkgs: [
  epkgs.emms
  epkgs.magit
  epkgs.proofgeneral
]
Declared
<nixpkgs/nixos/modules/services/x11/window-managers/exwm.nix>