diff options
| author | brustybee <bee@4d2.org> | 2026-03-19 23:43:21 +0530 |
|---|---|---|
| committer | brustybee <bee@4d2.org> | 2026-03-19 23:43:21 +0530 |
| commit | 9d2256adddbb830d33119a5e01e3fad6b4b0652b (patch) | |
| tree | 958e1de443a6d59a9b09716ba5815c52bfb7bfb3 /common/default.nix | |
| parent | f9142a5822a4f212a3031b932cbf51b2d50344a8 (diff) | |
add flake templates
Diffstat (limited to 'common/default.nix')
| -rw-r--r-- | common/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/default.nix b/common/default.nix index c331e65..b93f439 100644 --- a/common/default.nix +++ b/common/default.nix @@ -5,6 +5,6 @@ inputs: (lib.modules.importApply ./overlays { inherit inputs; }) (lib.modules.importApply ./modules { inherit inputs; }) ]; - # flake.templates = import ./templates inputs; + flake.templates = import ./templates inputs; flake.homeModules.programs = import ./programs; } |
