flake: add templates
This commit is contained in:
parent
9781ef06b0
commit
951770904f
3 changed files with 8 additions and 0 deletions
|
|
@ -27,5 +27,6 @@ flake-parts.lib.mkFlake { inherit inputs; } {
|
|||
./nixos.nix
|
||||
./overlays.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";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue