nix-dotfiles/nixos_modules/extended_registry.nix

26 lines
451 B
Nix

{
nix.registry = {
my-templates = {
from = {
id = "my-templates";
type = "indirect";
};
to = {
type = "github";
owner = "bertof";
repository = "flake-templates";
};
};
tex2nix = {
from = {
id = "tex2nix";
type = "indirect";
};
to = {
type = "github";
owner = "Mic92";
repository = "tex2nix";
};
};
};
}