diff --git a/flake.nix b/flake.nix index c911068..4b48a29 100644 --- a/flake.nix +++ b/flake.nix @@ -148,7 +148,7 @@ ( { lib, ... }: { - imports = lib.lists.optional (builtins.pathExists ./home/${hostname}.nix) [ + imports = lib.lists.optionals (builtins.pathExists ./home/${hostname}.nix) [ home-manager.nixosModules.home-manager { home-manager.users.pilot = import ./home/${hostname}.nix;