Add library definition

This commit is contained in:
2023-05-09 19:02:35 +01:00
parent 9f12cd514a
commit 7e02d58328
5 changed files with 187 additions and 0 deletions

View File

@ -59,6 +59,15 @@
];
specialArgs = { inherit lib inputs; };
};
library = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
modules = [
inputs.home-manager.nixosModules.home-manager
(import ./modules)
./hosts/library
];
specialArgs = { inherit lib inputs; };
};
odyssey = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
modules = [