From edcc3acea595d3045253c3c2fe2462599c1c54e0 Mon Sep 17 00:00:00 2001 From: Linnnus Date: Thu, 7 Sep 2023 16:53:41 +0200 Subject: Reorganize everything --- flake.nix | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 4cfe155..0ec1e03 100644 --- a/flake.nix +++ b/flake.nix @@ -17,7 +17,7 @@ let args = { flakeInputs = inputs; - misc.metadata = nixpkgs.lib.importTOML ./metadata.toml; + metadata = nixpkgs.lib.importTOML ./metadata.toml; }; in { @@ -29,8 +29,9 @@ { _module.args = args; } home-manager.darwinModules.home-manager ./hosts/muhammed/configuration.nix - ./use-cases/default.nix - ./services/default.nix + ./hosts/common.nix + ./home + ./lib ]; }; }; @@ -42,7 +43,10 @@ { _module.args = args; } home-manager.nixosModules.home-manager ./hosts/ahmed/configuration.nix - ./use-cases/default.nix + ./hosts/common.nix + ./home + ./lib + ./modules/default.nix ./services/default.nix ]; }; -- cgit v1.2.3