diff options
author | Linnnus <[email protected]> | 2023-09-07 16:53:41 +0200 |
---|---|---|
committer | Linnnus <[email protected]> | 2023-09-07 16:53:41 +0200 |
commit | edcc3acea595d3045253c3c2fe2462599c1c54e0 (patch) | |
tree | 81e17fc5fe4f0a52d30e8d0209c6080cc77eda32 /flake.nix | |
parent | d31d1bae8c38e145cdbafe105401d9528b416779 (diff) |
Reorganize everything
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -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 ]; }; |