deleted generated files

This commit is contained in:
2026-03-19 12:29:32 +00:00
parent 25ae144ee9
commit d75191b68f
32 changed files with 10 additions and 1541 deletions
-9
View File
@@ -1,9 +0,0 @@
{ lib, ... }:
{
options.mySystem = lib.mkOption {
type = lib.types.attrsOf lib.types.attrsOf lib.types.any;
default = {};
description = "Root container for custom mySystem options (desktop, apps, etc.)";
};
}