Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Use nix-community repository for home-manager
  • Loading branch information
573 authored and t184256 committed Feb 14, 2024
1 parent 039379a commit 7390ace
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,13 @@ An alternative location is `~/.config/nixpkgs/config.nix` with the key

See <https://nix-community.github.io/nix-on-droid/> 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`:
Expand Down

0 comments on commit 7390ace

Please sign in to comment.