services.xserver.windowManager.xmonad.extraPackages
NixOS option
Extra packages available to ghc when rebuilding Xmonad. The value must be a function which receives the attrset defined in haskellPackages as the sole argument.
type: function that evaluates to a(n) list of packageDefault
self: []
Example
declared in: nixos/modules/services/x11/window-managers/xmonad.nixView source on NixOS/nixpkgs →haskellPackages: [ haskellPackages.xmonad-contrib haskellPackages.monad-logger ]