mirror of https://github.com/materusPL/Nixerus.git
8 lines
162 B
Nix
8 lines
162 B
Nix
|
{
|
||
|
description = "Empty flake for intended to be overriden for non public modules";
|
||
|
outputs = { self }: {
|
||
|
homeModule = { };
|
||
|
systemModule = { };
|
||
|
};
|
||
|
}
|