From 4c0c99bcf9df43c3ed64fe1c7d0e7dc66e3f691c Mon Sep 17 00:00:00 2001 From: Nickiel12 Date: Sun, 16 Feb 2025 16:36:14 -0800 Subject: [PATCH] switched to vendored repo --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 05a9b9a..028279c 100644 --- a/flake.nix +++ b/flake.nix @@ -16,12 +16,12 @@ nixos-wsl.url = "github:nix-community/NixOS-WSL/main"; mcmojave-hyprcursor = { - url = "github:libadoxon/mcmojave-hyprcursor"; + url = "git+https://git.nickiel.net/nickiel/mcmojave-hyprcursor.git"; inputs.nixpkgs.follows = "nixpkgs"; }; mcmojave-xcursor = { - url = "git+https://git.nickiel.net/Nickiel/McMojave-cursors.git"; + url = "git+https://git.nickiel.net/nickiel/mcmojave-cursors.git"; inputs.nixpkgs.follows = "nixpkgs"; };