1
0
Fork 0

configuration/common: add template repo to nix registry

This commit is contained in:
clerie 2024-03-14 19:41:59 +01:00
parent 59f83dd5af
commit 1faa4386b1
1 changed files with 10 additions and 0 deletions

View File

@ -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;