add (options): add options template for all config's type

* config's type: host, home, device
This commit is contained in:
Kirill Samoylenkov 2025-09-27 15:35:36 +05:00
parent a78ecc46a9
commit c96e7f7620
4 changed files with 22 additions and 1 deletions

View file

@ -0,0 +1,7 @@
{ customFunctions, ... }:
{
imports = customFunctions.scan {
path = ./.;
exclude = [ ./default.nix ];
};
}