diff --git a/flake.nix b/flake.nix index ce90292..adda46f 100644 --- a/flake.nix +++ b/flake.nix @@ -164,7 +164,7 @@ }; in { - homeConfigurations = nixpkgs.foldr (a: b: a // b) { } ( + homeConfigurations = nixpkgs.lib.foldr (a: b: a // b) { } ( map (hostName: mkHomeConfig { inherit hostName; }) [ "Tytonidae" ] ); homeManagerModules =