From dc50185e3ff2249cfba0ab126e3a9fce44cfa7b0 Mon Sep 17 00:00:00 2001 From: punkfairie Date: Mon, 11 Nov 2024 21:23:32 -0800 Subject: [PATCH] fix(flake): Fix BabeNet Git domain Also add a TODO --- flake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 136911a..5b005cd 100644 --- a/flake.nix +++ b/flake.nix @@ -11,9 +11,10 @@ # nixgl.url = "github:nix-community/nixGL"; - rose-pine.url = "git+https://git.punkfairie.net/punkfairie/rose-pine-nix"; + rose-pine.url = "git+https://codewith.babesonthe.net/punkfairie/rose-pine-nix"; # Rose pine themes that aren't included in the above flake: + # TODO: Integrate these to punkfairie/rose-pine-nix. rose-pine-amfora = { url = "github:rose-pine/amfora"; flake = false;