deleted generated files

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