configuration/common: add template repo to nix registry
This commit is contained in:
parent
59f83dd5af
commit
1faa4386b1
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user