2026-05-02 09:08:40 +02:00
|
|
|
# lib/default.nix — Entry point for m3ta-home library functions.
|
|
|
|
|
#
|
2026-05-02 10:18:04 +02:00
|
|
|
# Called by flake.nix: import ./lib { inherit inputs; selfPath = self.outPath; }
|
2026-05-02 09:56:45 +02:00
|
|
|
# Re-exports mkHome and future library functions.
|
2026-05-02 10:18:04 +02:00
|
|
|
{inputs, selfPath}: import ./mkHome.nix {inherit inputs selfPath;}
|