Update home-manager links in README.md [skip ci]

This commit is contained in:
Thiago Kenji Okada
2022-07-08 11:59:32 +01:00
parent 91ad811886
commit 46a5bda853

View File

@ -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";
};