This commit is contained in:
2026-04-09 11:23:51 -05:00
parent 00a830c3c4
commit 58eec1d59d
2 changed files with 12 additions and 10 deletions

16
flake.lock generated
View File

@@ -41,17 +41,17 @@
"nixpkgs": "nixpkgs_2" "nixpkgs": "nixpkgs_2"
}, },
"locked": { "locked": {
"lastModified": 1775047387, "lastModified": 1775751576,
"narHash": "sha256-sz2sSc0efvKN3Bx/2fqQeeDDzW0AMqgVVojDUjHvBKM=", "narHash": "sha256-8NOjHQr3mH7w1yI7BGlKVMgdu34cKdw0wAXmRzYdW2Y=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "76a5bf5917c508faabb1b2e497875e8b9b5a5fcf", "rev": "be1318c3cb3630df23ed87498a552c17fc5bc9a9",
"revCount": 22, "revCount": 24,
"type": "git", "type": "git",
"url": "https://gitea.esotericbytes.com/Blunkall-Technologies/Aurora" "url": "file:///home/nathan/Projects/Aurora"
}, },
"original": { "original": {
"type": "git", "type": "git",
"url": "https://gitea.esotericbytes.com/Blunkall-Technologies/Aurora" "url": "file:///home/nathan/Projects/Aurora"
} }
}, },
"disko": { "disko": {
@@ -770,11 +770,11 @@
"rev": "9d263b8208af5c1ffd4a3c639a34bfe290bce931", "rev": "9d263b8208af5c1ffd4a3c639a34bfe290bce931",
"revCount": 38, "revCount": 38,
"type": "git", "type": "git",
"url": "https://gitea.esotericbytes.com/Blunkall-Technologies/Moirai" "url": "file:///home/nathan/Projects/Moirai"
}, },
"original": { "original": {
"type": "git", "type": "git",
"url": "https://gitea.esotericbytes.com/Blunkall-Technologies/Moirai" "url": "file:///home/nathan/Projects/Moirai"
} }
}, },
"nixvim_2": { "nixvim_2": {

View File

@@ -32,9 +32,11 @@
hyprland.url = "git+https://github.com/hyprwm/Hyprland?submodules=1"; hyprland.url = "git+https://github.com/hyprwm/Hyprland?submodules=1";
nixvim.url = "git+https://gitea.esotericbytes.com/Blunkall-Technologies/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+https://gitea.esotericbytes.com/Blunkall-Technologies/Aurora";
aurora.url = "git+file:///home/nathan/Projects/Aurora";
self.submodules = true; self.submodules = true;
}; };