add (options): add options template for all config's type
* config's type: host, home, device
This commit is contained in:
parent
a78ecc46a9
commit
c96e7f7620
4 changed files with 22 additions and 1 deletions
7
options/host/default.nix
Normal file
7
options/host/default.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{ customFunctions, ... }:
|
||||
{
|
||||
imports = customFunctions.scan {
|
||||
path = ./.;
|
||||
exclude = [ ./default.nix ];
|
||||
};
|
||||
}
|
||||
Reference in a new issue