Working on reshuffling

This commit is contained in:
2026-03-19 12:16:42 +00:00
parent 7af9d7b8cc
commit 93f5e82f32
31 changed files with 1538 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
{ lib, ... }:
{
options.mySystem = lib.mkOption {
type = lib.types.submodule;
description = "Root for custom mySystem options";
options = {};
};
}