feat: directly include home-manager #16

Merged
krauterbaquette merged 3 commits from home-manager into Dev 2025-08-25 09:02:42 +02:00
Showing only changes of commit b1514b1c69 - Show all commits

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 ### 2. Import in Configuration.nix
```nix ```nix