add templates

This commit is contained in:
EdenQwQ 2025-03-22 23:18:27 +08:00
parent eac820e632
commit 36d96fd613
6 changed files with 205 additions and 9 deletions

View file

@ -17,6 +17,7 @@
flake = {
homeManagerModules = import ./modules/home-manager;
overlays = import ./overlays { inherit inputs self; };
templates = import ./templates;
};
perSystem =
{ pkgs, ... }: