Files
m3ta-home/lib/default.nix
T

6 lines
267 B
Nix
Raw Normal View History

2026-05-02 09:08:40 +02:00
# 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;}