flake: add templates

This commit is contained in:
Bruno BELANYI 2023-04-04 15:30:59 +00:00
parent 9781ef06b0
commit 951770904f
3 changed files with 8 additions and 0 deletions

View File

@ -27,5 +27,6 @@ flake-parts.lib.mkFlake { inherit inputs; } {
./nixos.nix
./overlays.nix
./packages.nix
./templates.nix
];
}

4
flake/templates.nix Normal file
View File

@ -0,0 +1,4 @@
{ self, ... }:
{
flake.templates = import "${self}/templates";
}

3
templates/default.nix Normal file
View File

@ -0,0 +1,3 @@
{
# Add templates
}