diff --git a/flake.lock b/flake.lock index 9cd42fd..b62bfb8 100644 --- a/flake.lock +++ b/flake.lock @@ -47,11 +47,11 @@ "rev": "b2ec3d9cd0a6e52c4922b26d8b8e25823afd89d1", "revCount": 52, "type": "git", - "url": "file:///home/nathan/Projects/Aurora" + "url": "https://gitea.esotericbytes.com/Blunkall-Technologies/Aurora" }, "original": { "type": "git", - "url": "file:///home/nathan/Projects/Aurora" + "url": "https://gitea.esotericbytes.com/Blunkall-Technologies/Aurora" } }, "disko": { @@ -770,11 +770,11 @@ "rev": "a62d8ce7f86424a297adead378be5f5a441add3c", "revCount": 39, "type": "git", - "url": "file:///home/nathan/Projects/Moirai" + "url": "https://gitea.esotericbytes.com/Blunkall-Technologies/Moirai" }, "original": { "type": "git", - "url": "file:///home/nathan/Projects/Moirai" + "url": "https://gitea.esotericbytes.com/Blunkall-Technologies/Moirai" } }, "nixvim_2": { diff --git a/flake.nix b/flake.nix index 87b853c..a8b57d5 100644 --- a/flake.nix +++ b/flake.nix @@ -32,11 +32,11 @@ hyprland.url = "git+https://github.com/hyprwm/Hyprland?submodules=1"; - #nixvim.url = "git+https://gitea.esotericbytes.com/Blunkall-Technologies/Moirai"; - nixvim.url = "git+file:///home/nathan/Projects/Moirai"; + nixvim.url = "git+https://gitea.esotericbytes.com/Blunkall-Technologies/Moirai"; + #nixvim.url = "git+file:///home/nathan/Projects/Moirai"; - #aurora.url = "git+https://gitea.esotericbytes.com/Blunkall-Technologies/Aurora"; - aurora.url = "git+file:///home/nathan/Projects/Aurora"; + aurora.url = "git+https://gitea.esotericbytes.com/Blunkall-Technologies/Aurora"; + #aurora.url = "git+file:///home/nathan/Projects/Aurora"; }; outputs = { ... } @ inputs: