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 = {
|
||||
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";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue