nixos/xmonad: Type the last option

This commit is contained in:
Janne Heß 2021-12-07 18:36:11 +01:00
parent 4cba5de303
commit 5015aeab6f
No known key found for this signature in database
GPG Key ID: 69165158F05265DF

View File

@ -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