mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 19:46:07 +01:00
Update README.md
Use nix-community repository for home-manager
This commit is contained in:
parent
039379abee
commit
92e72ec68e
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
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`:
|
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:
|
1. Add `home-manager` channel:
|
||||||
```sh
|
```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
|
nix-channel --update
|
||||||
```
|
```
|
||||||
2. Configure `home-manager`:
|
2. Configure `home-manager`:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue