6 lines
94 B
Nix
6 lines
94 B
Nix
# Templates for external configurations
|
|
{ ... }:
|
|
{
|
|
flake.templates = import ../templates;
|
|
}
|