1

Add HM module template

This commit is contained in:
2023-04-28 13:23:57 +02:00
parent 8c6eda75eb
commit fcec8389e8
2 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,9 @@
{
lib,
mylib,
...
}:
with lib;
with mylib.modules; {
enable = mkEnableOpt "TEMPLATE";
}