flake.nix: update homeManagerModules to homeModules

Just to make the flake consistent. Plus it seem to be the attribute name
for some of the configurations out there anyways.
This commit is contained in:
Gabriel Arazas 2023-03-03 17:19:52 +08:00
parent 7801c09e94
commit c1bb25833c
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -381,7 +381,7 @@
(lib'.filesToAttr ./users/home-manager);
# Extending home-manager with my custom modules, if anyone cares.
homeManagerModules =
homeModules =
lib'.importModules (lib'.filesToAttr ./modules/home-manager);
# In case somebody wants to use my stuff to be included in nixpkgs.