2024-02-25 06:32:13 +00:00
|
|
|
{...}: {
|
|
|
|
nix.registry = {
|
|
|
|
nixos = {
|
|
|
|
from = {
|
|
|
|
type = "indirect";
|
|
|
|
id = "nixos";
|
|
|
|
};
|
|
|
|
to = {
|
|
|
|
type = "git";
|
2024-03-18 09:44:31 +00:00
|
|
|
url = "https://git.xenia.me.uk/pixelifytica/nixos.git?ref=main";
|
2024-02-25 06:32:13 +00:00
|
|
|
};
|
|
|
|
};
|
2024-03-18 09:44:31 +00:00
|
|
|
iosevka = {
|
2024-02-25 06:32:13 +00:00
|
|
|
from = {
|
|
|
|
type = "indirect";
|
2024-03-18 09:44:31 +00:00
|
|
|
id = "iosevka";
|
2024-02-25 06:32:13 +00:00
|
|
|
};
|
|
|
|
to = {
|
|
|
|
type = "git";
|
2024-03-18 09:44:31 +00:00
|
|
|
url = "https://git.xenia.me.uk/pixelifytica/iosevka.git?ref=main";
|
2024-02-25 06:32:13 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
}
|