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
];
}