From 8328a1dd3ce4880f71ff4727e172d721e7014e25 Mon Sep 17 00:00:00 2001 From: Imran Hossain Date: Fri, 13 Aug 2021 09:54:19 -0400 Subject: [PATCH] Add home-manager --- flake-registry.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/flake-registry.json b/flake-registry.json index 8101ee3..69817d2 100644 --- a/flake-registry.json +++ b/flake-registry.json @@ -23,6 +23,17 @@ "type": "github" } }, + { + "from": { + "id": "home-manager", + "type": "indirect" + }, + "to": { + "owner": "nix-community", + "repo": "home-manager", + "type": "github" + } + }, { "from": { "id": "hydra",