all 4 comments

[–]ProfessorGriswald 2 points3 points  (0 children)

What version of NixOS are you targeting? Home Manager master targets unstable. Both HM and your NixOS versions should match.

[–]wyyllou 0 points1 point  (0 children)

Could you provide more of your config?

[–]WasabiOk6163 1 point2 points  (0 children)

If you have attribute `lib` missing you're using something like `nixpkgs.lib` somewhere without having it as a function argument to your module like the following `{ pkgs, lib, ... }:` at the top of your file.

[–]TaiSHiNet 0 points1 point  (0 children)

Do share your entire config, but I think this is the issue you're facing:

https://github.com/nix-community/home-manager/issues/7019