{flake, ...}: let inherit (flake) self; moduleNames = [ "desktop" "entertainment" "productionWriting" "shared" ]; moduleImports = map (module: self.homeModules.${module}) moduleNames; in { imports = moduleImports; }