From 46a5bda853d255b635d8849c2f27fc0cd366756b Mon Sep 17 00:00:00 2001 From: Thiago Kenji Okada Date: Fri, 8 Jul 2022 11:59:32 +0100 Subject: [PATCH] Update home-manager links in README.md [skip ci] --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a8133d4..a3d90a1 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ compatible with the `doom-emacs` requirements. ## Getting started -Using [home-manager](https://github.com/rycee/home-manager): +Using [home-manager](https://github.com/nix-community/home-manager): ``` nix { pkgs, ... }: @@ -44,7 +44,7 @@ Using `flake.nix`: ``` nix { inputs = { - home-manager.url = "github:rycee/home-manager"; + home-manager.url = "github:nix-community/home-manager"; nix-doom-emacs.url = "github:nix-community/nix-doom-emacs"; };