{config, ...}: let hm = config.flake.homeModules; in { flake.homeModules.eveConfiguration = {...}: { imports = [ hm.eveBaseConfiguration hm.eveGnomeconf hm.evePackages ]; }; }