Fix typos in type names. (types.packages -> types.package)
svn path=/nixos/branches/modular-nixos/; revision=16045
This commit is contained in:
parent
6e802e5d75
commit
0bd210bb78
@ -280,7 +280,7 @@ let
|
|||||||
|
|
||||||
environment.x11Packages = mkOption {
|
environment.x11Packages = mkOption {
|
||||||
default = [];
|
default = [];
|
||||||
type = types.list types.packages;
|
type = types.list types.package;
|
||||||
description = "
|
description = "
|
||||||
List of packages added to the system when the xserver is
|
List of packages added to the system when the xserver is
|
||||||
activated. (<option>services.xserver.enable</option>).
|
activated. (<option>services.xserver.enable</option>).
|
||||||
|
@ -25,7 +25,7 @@ let
|
|||||||
kdePackages = mkOption {
|
kdePackages = mkOption {
|
||||||
default = [];
|
default = [];
|
||||||
example = [ pkgs.kde42.kdegames ];
|
example = [ pkgs.kde42.kdegames ];
|
||||||
type = types.list types.packages;
|
type = types.list types.package;
|
||||||
description = ''
|
description = ''
|
||||||
Additional KDE packages to be used when you use KDE as a desktop
|
Additional KDE packages to be used when you use KDE as a desktop
|
||||||
manager. By default, you only get the KDE base packages.
|
manager. By default, you only get the KDE base packages.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user