diff --git a/nix/flake.lock b/flake.lock similarity index 100% rename from nix/flake.lock rename to flake.lock diff --git a/nix/flake.nix b/flake.nix similarity index 89% rename from nix/flake.nix rename to flake.nix index 11eeae0..458fb89 100644 --- a/nix/flake.nix +++ b/flake.nix @@ -20,8 +20,8 @@ specialArgs = { inputs = inputs; }; modules = [ home-manager.nixosModule - ./hosts/common/sys.nix - ./hosts/framework/sys.nix + ./nix/hosts/common/sys.nix + ./nix/hosts/framework/sys.nix ]; }; };