From c1bb25833cc0a7bbd4442e3acfec6f841a509c89 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Fri, 3 Mar 2023 17:19:52 +0800 Subject: [PATCH] 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. --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 79b8337b..297f8ca9 100644 --- a/flake.nix +++ b/flake.nix @@ -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.