MyNixOS website logo
option

xsession.windowManager.xmonad.extraPackages

Extra packages available to GHC when rebuilding xmonad. The value must be a function which receives the attribute set defined in haskellPackages as the sole argument.

Declarations
Type
unspecified value
Default
"self: []"
Example
haskellPackages: [
  haskellPackages.xmonad-contrib
  haskellPackages.monad-logger
]