add templates as flake output

This commit is contained in:
ulic-youthlic 2025-05-03 23:23:02 +08:00
parent 385bfedd8f
commit c0d67ed108
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
11 changed files with 168 additions and 0 deletions

View file

@ -176,6 +176,7 @@
nixos = importApply ./flake/nixos.nix {inherit rootPath outputs;};
home = importApply ./flake/home.nix {inherit rootPath outputs;};
deploy = importApply ./flake/deploy.nix {inherit outputs;};
templates = importApply ./flake/templates.nix {inherit rootPath;};
in {
systems = flake-utils.lib.defaultSystems;
imports = [
@ -183,6 +184,7 @@
nixos
home
deploy
templates
];
perSystem = {
pkgs,