summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorLinnnus <[email protected]>2023-09-07 16:53:41 +0200
committerLinnnus <[email protected]>2023-09-07 16:53:41 +0200
commitedcc3acea595d3045253c3c2fe2462599c1c54e0 (patch)
tree81e17fc5fe4f0a52d30e8d0209c6080cc77eda32 /flake.nix
parentd31d1bae8c38e145cdbafe105401d9528b416779 (diff)
Reorganize everything
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix12
1 files changed, 8 insertions, 4 deletions
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
];
};