Init the work config v2

Signed-off-by: Hadi <hadi@example.com>
This commit is contained in:
Hadi
2026-04-20 14:05:09 +02:00
parent 28cdcb6dad
commit 80aa828ee5
7 changed files with 225 additions and 0 deletions
+15
View File
@@ -65,6 +65,21 @@
];
};
h-work = nixpkgs.lib.nixosSystem {
modules = [
{
nixpkgs.overlays = [];
_module.args = {
inherit inputs;
};
}
inputs.home-manager.nixosModules.home-manager
inputs.stylix.nixosModules.stylix
inputs.nix-index-database.nixosModules.default
./hosts/work/configuration.nix
];
};
# Jack is my server
jack = nixpkgs.lib.nixosSystem {
modules = [