diff --git a/flake.nix b/flake.nix index b524436..128171e 100644 --- a/flake.nix +++ b/flake.nix @@ -41,7 +41,7 @@ outputs = inputs: inputs.flake-parts.lib.mkFlake { inherit inputs; } ( - (inputs.import-tree ./modules) + (inputs.import-tree ./nix) // { systems = import inputs.systems; } diff --git a/modules/configurations/nixos.nix b/nix/configurations/nixos.nix similarity index 100% rename from modules/configurations/nixos.nix rename to nix/configurations/nixos.nix diff --git a/modules/flake-parts/files.nix b/nix/flake-parts/files.nix similarity index 100% rename from modules/flake-parts/files.nix rename to nix/flake-parts/files.nix diff --git a/modules/flake-parts/files/cheatsheet.nix b/nix/flake-parts/files/cheatsheet.nix similarity index 100% rename from modules/flake-parts/files/cheatsheet.nix rename to nix/flake-parts/files/cheatsheet.nix diff --git a/modules/flake-parts/files/readme.nix b/nix/flake-parts/files/readme.nix similarity index 100% rename from modules/flake-parts/files/readme.nix rename to nix/flake-parts/files/readme.nix diff --git a/modules/flake-parts/git-hooks.nix b/nix/flake-parts/git-hooks.nix similarity index 100% rename from modules/flake-parts/git-hooks.nix rename to nix/flake-parts/git-hooks.nix diff --git a/modules/flake-parts/make-shell.nix b/nix/flake-parts/make-shell.nix similarity index 100% rename from modules/flake-parts/make-shell.nix rename to nix/flake-parts/make-shell.nix diff --git a/modules/flake-parts/modules.nix b/nix/flake-parts/modules.nix similarity index 100% rename from modules/flake-parts/modules.nix rename to nix/flake-parts/modules.nix diff --git a/modules/flake-parts/text.nix b/nix/flake-parts/text.nix similarity index 100% rename from modules/flake-parts/text.nix rename to nix/flake-parts/text.nix diff --git a/modules/hostSpec.nix b/nix/hostSpec.nix similarity index 100% rename from modules/hostSpec.nix rename to nix/hostSpec.nix diff --git a/modules/lib/default.nix b/nix/lib/default.nix similarity index 100% rename from modules/lib/default.nix rename to nix/lib/default.nix diff --git a/modules/modules/nixos/networking.nix b/nix/modules/nixos/networking.nix similarity index 100% rename from modules/modules/nixos/networking.nix rename to nix/modules/nixos/networking.nix diff --git a/modules/profiles/nixos/common.nix b/nix/profiles/nixos/common.nix similarity index 100% rename from modules/profiles/nixos/common.nix rename to nix/profiles/nixos/common.nix