diff --git a/configuration/common/nix.nix b/configuration/common/nix.nix index 2c2f4b4..75cc0a6 100644 --- a/configuration/common/nix.nix +++ b/configuration/common/nix.nix @@ -51,6 +51,16 @@ }; exact = true; }; + "templates" = { + from = { + type = "indirect"; + id = "templates"; + }; + to = { + type = "git"; + url = "https://git.clerie.de/clerie/flake-templates.git"; + }; + }; }; documentation.doc.enable = false;