deleted generated files

This commit is contained in:
2026-03-19 13:19:11 +00:00
parent 0da781fddf
commit 64a083db65
30 changed files with 1 additions and 1419 deletions
+1 -8
View File
@@ -787,17 +787,10 @@ in
# Top-level toggle for this module
options.enableFlatpaks = lib.mkEnableOption "Enable automatic Flatpak installation";
# Define myApps container safely
options.myApps = lib.mkOption {
type = lib.types.attrsOf (lib.types.attrsOf lib.types.str);
default = {};
description = "Top-level container for custom apps";
};
# Wrap all configuration safely
config = lib.mkIf enableProgram {
# myApps container
# myApps container (just assign in config, do NOT declare options.myApps)
myApps = {
flatpaks = {
enable = true;