Add Iosevka flake registry entry

Remove pyenv and jupyter registry entries since I don't use them any
more.
This commit is contained in:
Evie Litherland-Smith 2024-03-18 09:44:31 +00:00
parent cd58445ea3
commit 42dc4efdd2

View file

@ -7,27 +7,17 @@
};
to = {
type = "git";
url = "https://git.xenia.me.uk/xenia/nixos.git?ref=main";
url = "https://git.xenia.me.uk/pixelifytica/nixos.git?ref=main";
};
};
pyenv = {
iosevka = {
from = {
type = "indirect";
id = "pyenv";
id = "iosevka";
};
to = {
type = "git";
url = "https://git.xenia.me.uk/utils/pyenv.git";
};
};
jupyter = {
from = {
type = "indirect";
id = "jupyter";
};
to = {
type = "git";
url = "https://git.xenia.me.uk/xenia/nix-jupyter.git";
url = "https://git.xenia.me.uk/pixelifytica/iosevka.git?ref=main";
};
};
};