services.xserver.windowManager.exwm.extraPackages

NixOS option

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.proof-general
]
declared in: nixos/modules/services/x11/window-managers/exwm.nixView source on NixOS/nixpkgs →