deleted generated files
This commit is contained in:
+1
-8
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user