deleted generated files

This commit is contained in:
2026-03-19 12:27:30 +00:00
parent 7ac11efe6b
commit 1adc170196
32 changed files with 2 additions and 1542 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.)";
};
}