{ config, ... }: let homeModules = config.flake.modules.homeManager; in { flake.modules.homeManager.ergon-workstation = { imports = [ homeModules.workstation-base ]; }; }