# lib/default.nix — Entry point for m3ta-home library functions. # # Called by flake.nix: import ./lib { inherit inputs; selfPath = self.outPath; } # Re-exports mkHome and future library functions. {inputs, selfPath}: import ./mkHome.nix {inherit inputs selfPath;}