diff --git a/home-manager/flake.lock b/flake.lock similarity index 100% rename from home-manager/flake.lock rename to flake.lock diff --git a/home-manager/flake.nix b/flake.nix similarity index 96% rename from home-manager/flake.nix rename to flake.nix index 26b23ea..beb0981 100644 --- a/home-manager/flake.nix +++ b/flake.nix @@ -38,7 +38,7 @@ # Specify your home configuration modules here, for example, # the path to your home.nix. - modules = [ ./home.nix ]; + modules = [ ./home-manager/home.nix ]; # Optionally use extraSpecialArgs # to pass through arguments to home.nix