diff --git a/lib/modules/os.nix b/lib/modules/os.nix index 15783edf..e855a74a 100644 --- a/lib/modules/os.nix +++ b/lib/modules/os.nix @@ -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"; };