Refactor option descriptions
This commit is contained in:
parent
9ec3aa95c9
commit
ae5e724f5c
|
@ -17,14 +17,14 @@
|
||||||
options = {
|
options = {
|
||||||
linux = mkOption {
|
linux = mkOption {
|
||||||
inherit (linuxVariant) type;
|
inherit (linuxVariant) type;
|
||||||
description = "The Linux specific configuration.";
|
description = "The options for setting up Linux.";
|
||||||
default = {};
|
default = {};
|
||||||
visible = "shallow";
|
visible = "shallow";
|
||||||
};
|
};
|
||||||
|
|
||||||
windows = mkOption {
|
windows = mkOption {
|
||||||
inherit (windowsVariant) type;
|
inherit (windowsVariant) type;
|
||||||
description = "The Windows specific configuration.";
|
description = "The options for setting up Windows.";
|
||||||
default = {};
|
default = {};
|
||||||
visible = "shallow";
|
visible = "shallow";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue