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