From 92e72ec68e4a818a24c4943dc65bb8fa50ea37d8 Mon Sep 17 00:00:00 2001 From: Daniel Kahlenberg <573@users.noreply.github.com> Date: Thu, 30 Nov 2023 17:03:05 +0100 Subject: [PATCH] Update README.md Use nix-community repository for home-manager --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9f31a9cd..16004738 100644 --- a/README.md +++ b/README.md @@ -74,13 +74,13 @@ An alternative location is `~/.config/nixpkgs/config.nix` with the key See for list of all available options. -### [`home-manager`](https://github.com/rycee/home-manager) integration +### [`home-manager`](https://github.com/nix-community/home-manager) integration To enable `home-manager` you simply need to follow the instructions already provided in the example `nix-on-droid.nix`: 1. Add `home-manager` channel: ```sh - nix-channel --add https://github.com/rycee/home-manager/archive/release-23.05.tar.gz home-manager + nix-channel --add https://github.com/nix-community/home-manager/archive/release-23.05.tar.gz home-manager nix-channel --update ``` 2. Configure `home-manager`: