{flake, ...}: let inherit (flake) self; moduleNames = [ "braveHM" "commandLine" "entertainment" "extras" "fileManagement" "firefoxHM" "internet" "jellyfin" "privacy" "productionArt" "productionAudio" "productionCode" "productionVideo" "productionWriting" ]; moduleImports = map (module: self.homeModules.${module}) moduleNames; in { imports = moduleImports; }