diff --git a/flake.nix b/flake.nix index ad78100..c336cef 100644 --- a/flake.nix +++ b/flake.nix @@ -59,7 +59,7 @@ # Specify your home configuration modules here, for example, # the path to your home.nix. - modules = [ ./home.nix ]; + modules = [ ./homes/scalizer ]; # Optionally use extraSpecialArgs # to pass through arguments to home.nix diff --git a/home.nix b/homes/scalizer/default.nix similarity index 100% rename from home.nix rename to homes/scalizer/default.nix