nixos/xmonad: Type the last option
This commit is contained in:
parent
4cba5de303
commit
5015aeab6f
1 changed files with 2 additions and 0 deletions
|
@ -39,10 +39,12 @@ in {
|
|||
options = {
|
||||
services.xserver.windowManager.xmonad = {
|
||||
enable = mkEnableOption "xmonad";
|
||||
|
||||
haskellPackages = mkOption {
|
||||
default = pkgs.haskellPackages;
|
||||
defaultText = literalExpression "pkgs.haskellPackages";
|
||||
example = literalExpression "pkgs.haskell.packages.ghc784";
|
||||
type = types.attrs;
|
||||
description = ''
|
||||
haskellPackages used to build Xmonad and other packages.
|
||||
This can be used to change the GHC version used to build
|
||||
|
|
Loading…
Reference in a new issue