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:
gytic 2025-08-21 10:45:09 +02:00
parent 8b2e87c159
commit b1514b1c69

View file

@ -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