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