From b1514b1c69cd53a3517b6009d47324560cdcd29c Mon Sep 17 00:00:00 2001 From: gytic <149968794+gytic@users.noreply.github.com> Date: Thu, 21 Aug 2025 10:45:09 +0200 Subject: [PATCH] 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 --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index af46e5c..04a9c04 100644 --- a/README.md +++ b/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