Working on reshuffling
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{ lib, ... }:
|
||||
|
||||
{
|
||||
# Declare a submodule container for all mySystem children
|
||||
options.mySystem = lib.mkSubmodule {
|
||||
description = "Root container for all mySystem options";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user