flake: add templates
This commit is contained in:
parent
9781ef06b0
commit
951770904f
|
@ -27,5 +27,6 @@ flake-parts.lib.mkFlake { inherit inputs; } {
|
||||||
./nixos.nix
|
./nixos.nix
|
||||||
./overlays.nix
|
./overlays.nix
|
||||||
./packages.nix
|
./packages.nix
|
||||||
|
./templates.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
4
flake/templates.nix
Normal file
4
flake/templates.nix
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
{ self, ... }:
|
||||||
|
{
|
||||||
|
flake.templates = import "${self}/templates";
|
||||||
|
}
|
3
templates/default.nix
Normal file
3
templates/default.nix
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
# Add templates
|
||||||
|
}
|
Loading…
Reference in a new issue