diff --git a/system/registry.nix b/system/registry.nix index 56e5628a..76f802f7 100644 --- a/system/registry.nix +++ b/system/registry.nix @@ -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"; }; }; };