diff --git a/flake.nix b/flake.nix index cf97555..06e3531 100644 --- a/flake.nix +++ b/flake.nix @@ -90,7 +90,7 @@ home-manager.useUserPackages = true; home-manager.users.lgm = { imports = [ - ./hosts/${host}/home.nix + ./hosts/${host}/home ] ++ extra-home-modules; }; } diff --git a/hosts/laptop/home.nix b/hosts/laptop/home/default.nix similarity index 100% rename from hosts/laptop/home.nix rename to hosts/laptop/home/default.nix diff --git a/hosts/laptop/email.nix b/hosts/laptop/home/email.nix similarity index 100% rename from hosts/laptop/email.nix rename to hosts/laptop/home/email.nix