Add Iosevka flake registry entry
Remove pyenv and jupyter registry entries since I don't use them any more.
This commit is contained in:
parent
cd58445ea3
commit
42dc4efdd2
|
@ -7,27 +7,17 @@
|
||||||
};
|
};
|
||||||
to = {
|
to = {
|
||||||
type = "git";
|
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 = {
|
from = {
|
||||||
type = "indirect";
|
type = "indirect";
|
||||||
id = "pyenv";
|
id = "iosevka";
|
||||||
};
|
};
|
||||||
to = {
|
to = {
|
||||||
type = "git";
|
type = "git";
|
||||||
url = "https://git.xenia.me.uk/utils/pyenv.git";
|
url = "https://git.xenia.me.uk/pixelifytica/iosevka.git?ref=main";
|
||||||
};
|
|
||||||
};
|
|
||||||
jupyter = {
|
|
||||||
from = {
|
|
||||||
type = "indirect";
|
|
||||||
id = "jupyter";
|
|
||||||
};
|
|
||||||
to = {
|
|
||||||
type = "git";
|
|
||||||
url = "https://git.xenia.me.uk/xenia/nix-jupyter.git";
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue