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