docs: inform to pin home-manager version
we dont really want anyone to install two different home-manaer versions, i feel like this could lead to problems
This commit is contained in:
parent
8b2e87c159
commit
b1514b1c69
1 changed files with 11 additions and 0 deletions
11
README.md
11
README.md
|
|
@ -71,6 +71,17 @@ NixOS-95/
|
|||
}
|
||||
```
|
||||
|
||||
If you are using home-manager you should also pin your version for Nixos95:
|
||||
```
|
||||
{
|
||||
inputs = {
|
||||
...
|
||||
nixos95.inputs.home-manager.follows = "home-manager";
|
||||
};
|
||||
...
|
||||
}
|
||||
```
|
||||
|
||||
### 2. Import in Configuration.nix
|
||||
|
||||
```nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue