Suggest stable home-manager instead of master

home-manager was usually super-reliable even on its master branch.
Now it finally broke stable compatibility in master.
This commit is contained in:
Alexander Sosedkin 2020-01-03 22:09:52 +01:00
parent 11679d167d
commit 6cac2c4cb9
3 changed files with 4 additions and 4 deletions

View file

@ -80,7 +80,7 @@ To enable `home-manager` you simply need to follow the instructions already prov
1. Add `home-manager` channel:
```
nix-channel --add https://github.com/rycee/home-manager/archive/master.tar.gz home-manager
nix-channel --add https://github.com/rycee/home-manager/archive/release-19.09.tar.gz home-manager
nix-channel --update
```
2. Configure `home-manager`: