diff --git a/flake.lock b/flake.lock index ae6c61a2..62f44c55 100644 --- a/flake.lock +++ b/flake.lock @@ -180,6 +180,21 @@ "type": "github" } }, + "import-tree": { + "locked": { + "lastModified": 1752730890, + "narHash": "sha256-GES8fapSLGz36MMPRVNkSUWXUTtqvGQNXHjRmRLfJUY=", + "owner": "vic", + "repo": "import-tree", + "rev": "6ebb8cb87987b20264c09296166543fd3761d274", + "type": "github" + }, + "original": { + "owner": "vic", + "repo": "import-tree", + "type": "github" + } + }, "ixx": { "inputs": { "flake-utils": [ @@ -402,6 +417,7 @@ "disko": "disko", "flake-parts": "flake-parts", "home-manager": "home-manager_2", + "import-tree": "import-tree", "nix-index-database": "nix-index-database", "nixos-hardware": "nixos-hardware", "nixos-wsl": "nixos-wsl", diff --git a/flake.nix b/flake.nix index 405da7f2..8863c66f 100644 --- a/flake.nix +++ b/flake.nix @@ -17,6 +17,8 @@ url = "github:nix-community/home-manager/master"; }; + import-tree.url = "github:vic/import-tree"; + nix-index-database = { inputs.nixpkgs.follows = "nixpkgs"; url = "github:nix-community/nix-index-database"; @@ -54,6 +56,8 @@ }; imports = [ + (inputs.import-tree ./modules2) + ./flake-modules/dev-shell.nix ./flake-modules/formatting.nix ./flake-modules/nixos-configurations.nix diff --git a/modules2/.keep b/modules2/.keep new file mode 100644 index 00000000..e69de29b