feat: directly include home-manager #16
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
|
### 2. Import in Configuration.nix
|
||||||
|
|
||||||
```nix
|
```nix
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue