xmonad service: add defaultText to extraPackages to fix rendering in docs

This commit is contained in:
Silvan Mosberger 2017-08-08 01:14:58 +02:00
parent b0a2ea01c5
commit 7bc42a8971
No known key found for this signature in database
GPG key ID: 9424360B4B85C9E7

View file

@ -29,6 +29,7 @@ in
extraPackages = mkOption {
default = self: [];
defaultText = "self: []";
example = literalExample ''
haskellPackages: [
haskellPackages.xmonad-contrib