mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
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:
parent
7801c09e94
commit
c1bb25833c
@ -381,7 +381,7 @@
|
|||||||
(lib'.filesToAttr ./users/home-manager);
|
(lib'.filesToAttr ./users/home-manager);
|
||||||
|
|
||||||
# Extending home-manager with my custom modules, if anyone cares.
|
# Extending home-manager with my custom modules, if anyone cares.
|
||||||
homeManagerModules =
|
homeModules =
|
||||||
lib'.importModules (lib'.filesToAttr ./modules/home-manager);
|
lib'.importModules (lib'.filesToAttr ./modules/home-manager);
|
||||||
|
|
||||||
# In case somebody wants to use my stuff to be included in nixpkgs.
|
# In case somebody wants to use my stuff to be included in nixpkgs.
|
||||||
|
Loading…
Reference in New Issue
Block a user