{ config, ... }: let homeModules = config.flake.modules.homeManager; in { flake.modules.homeManager.userBase = { imports = with homeModules; [ terminal shell neovim sshClient sopsAdmin git devTools podman gemini ]; }; }