{ inputs, self, ... }: { config._module.args.globalArgs = { _module.args = { inherit inputs self; flake = self; lib' = { colors = import ./colors.nix; network = import ./network.nix; }; }; }; }