This commit is contained in:
2024-04-23 20:17:17 -04:00
parent 1de852f23c
commit 17004f6b46
4 changed files with 203 additions and 0 deletions

View File

@@ -22,6 +22,13 @@
./hosts/nixos/configuration.nix
];
};
thinkpad = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
specialArgs = { inherit inputs; };
modules = [
./hosts/thinkpad/configuration.nix
];
};
};
darwinConfigurations = {