{
description = "A very basic flake";
inputs = { };
outputs = { ... }: {
homeManagerModule = import ./module.nix;
};
}