add jack flake

Former-commit-id: bb2cc5adf6
This commit is contained in:
Hadi
2025-03-18 23:11:20 +01:00
parent 16c9d54a30
commit 8785a2bd04

View File

@@ -53,6 +53,15 @@
./hosts/laptop/configuration.nix # CHANGEME: change the path to match your host folder ./hosts/laptop/configuration.nix # CHANGEME: change the path to match your host folder
]; ];
}; };
jack = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
modules = [
{ _module.args = { inherit inputs; }; }
inputs.home-manager.nixosModules.home-manager
inputs.stylix.nixosModules.stylix
./hosts/server/configuration.nix
];
};
}; };
}; };
} }