deleted generated files

This commit is contained in:
2026-03-19 13:17:25 +00:00
parent c2dc15a6a2
commit 5e52e86084
30 changed files with 2 additions and 1412 deletions
+2 -2
View File
@@ -789,7 +789,7 @@ in
# Define myApps top-level option if it doesn't exist yet
options.myApps = lib.mkOption {
type = lib.types.attrsOf lib.types.any;
type = lib.types.attrsOf lib.types.value;
default = {};
description = "Top-level container for custom apps";
};
@@ -802,7 +802,7 @@ in
enable = true;
user = username;
assetsDir = flatpakConfPath;
files = []; # we handle parsing at runtime
files = []; # handled at runtime
};
};