{ inputs, pkgs, ... }: { flake.homeModules.base = { pkgs, ... }: { imports = with inputs.self.homeModules; [ rebuild ssh git shell-tools ]; }; }